]> xenbits.xensource.com Git - people/aperard/libvirt.git/commitdiff
news: document auto-selection of VFIO variant drivers
authorLaine Stump <laine@redhat.com>
Sun, 14 Jan 2024 23:01:34 +0000 (18:01 -0500)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 15 Jan 2024 08:32:22 +0000 (09:32 +0100)
Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
NEWS.rst

index 39ea271741b6a27da1120a926edf6ad6a66919aa..40500b07187a04b0a3556acae7c3dd41aa8a6d31 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -37,6 +37,15 @@ v10.0.0 (unreleased)
     ``virDomainBlockResize`` allows resizing a block-device backed ``raw`` disk
     of a VM without the need to specify the full size of the block device.
 
+  * qemu: automatic selection/binding of VFIO variant drivers
+
+    When a device is assigned to a guest using VFIO with ``<hostdev
+    managed='yes'>``, libvirt will now search the running kernel's
+    modules.alias file for the most specific match to that device for
+    a VFIO driver, and bind that driver to the device rather than
+    vfio-pci. A specific driver can also be forced, using the
+    ``<driver model='plugh'/>`` attribute.
+
 * **Improvements**
 
   * qemu: Improve migration XML use when persisting VM on destination