]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: document support for VFIO variant drivers
authorLaine Stump <laine@redhat.com>
Fri, 25 Aug 2023 04:19:50 +0000 (00:19 -0400)
committerLaine Stump <laine@redhat.com>
Fri, 25 Aug 2023 19:24:58 +0000 (15:24 -0400)
Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
NEWS.rst

index 3571c01b297564bd3ef3b312d9b616d3a61de8d0..e40c8ac2599ccf0c01c76f5dc417654e28cbad37 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -17,6 +17,17 @@ v9.7.0 (unreleased)
 
 * **New features**
 
+  * qemu: basic support for use of "VFIO variant" drivers
+
+    A VFIO variant driver is a device-specific driver that can
+    be used in place of the generic vfio-pci driver, and provides
+    extra functionality to support things like live migration of
+    guests with vfio-assigned devices. It can currently be used by:
+
+    1) setting ``managed='no'`` in the XML configuration for the device
+    2) pre-binding the variant driver using the ``--driver`` option of
+       ``virsh nodedev-detach``.
+
 * **Improvements**
 
 * **Bug fixes**