news: document support for mdev <-> SRIOV VF vGPU live migration

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Laine Stump 2025-01-11 20:22:20 -05:00
parent d53da4b905
commit c1b8e8c00b

View File

@ -16,6 +16,7 @@ v11.0.0 (unreleased)
* **Removed features** * **Removed features**
* **New features** * **New features**
* network/qemu/lxc: support vlans on standard Linux host bridges * network/qemu/lxc: support vlans on standard Linux host bridges
The network, qemu, and lxc drivers now support (using the The network, qemu, and lxc drivers now support (using the
@ -44,6 +45,14 @@ v11.0.0 (unreleased)
The ``<filesystem/>`` with `virtiofsd` backend can now use ``<readonly/>`` The ``<filesystem/>`` with `virtiofsd` backend can now use ``<readonly/>``
tag to export underlying filesystem in read only mode. tag to export underlying filesystem in read only mode.
* qemu: allow migration of vGPU from mdev device <-> SRIOV VF device
Some GPU vendors are switching from using vGPUs creating using
mdev and identified with a uuid, to vGPUs created as SRIOV VFs and
identified by their PCI address, and want to support live
migration from a host using one type of vGPU to the other
type. This is now possible.
* **Bug fixes** * **Bug fixes**
* qemu: tpm: do not update profile name for transient domains * qemu: tpm: do not update profile name for transient domains