mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
NEWS: document support for VFIO variant drivers
Signed-off-by: Laine Stump <laine@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
bbfcf18f50
commit
b3715f6e0e
11
NEWS.rst
11
NEWS.rst
@ -17,6 +17,17 @@ v9.7.0 (unreleased)
|
|||||||
|
|
||||||
* **New features**
|
* **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**
|
* **Improvements**
|
||||||
|
|
||||||
* **Bug fixes**
|
* **Bug fixes**
|
||||||
|
Loading…
Reference in New Issue
Block a user