]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: multi pci root bus complex support v12.3.0-rc2
authorBruno Martins <ehanoc@protonmail.com>
Wed, 29 Apr 2026 12:09:22 +0000 (12:09 +0000)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 29 Apr 2026 14:09:10 +0000 (16:09 +0200)
Signed-off-by: Bruno Martins <ehanoc@protonmail.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
NEWS.rst

index 699077afd66a4e832f614ce7f83e5c9122ba8b73..33417febe7de9ab476941b2ba5c9e62993f8c897 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -53,6 +53,13 @@ v12.3.0 (unreleased)
     domain) was being started and the model wasn't available (for instance, in
     case of SELinux it was disabled at boot).
 
+  * Allow for multiple PCI root buses, not just for a single one numbered '0'
+
+    `virPCIDeviceReset()` and `virPCIDeviceIsBehindSwitchLackingACS()` no
+    longer use a hardcoded check (e.g bus == 0 ) to determine if a device is
+    attached to a "root bus". This allows for better support on more complex
+    PCI topologies.
+
 * **Bug fixes**
 
   * virnetdevmacvlan: Wait for udev to settle after creating macvtap