
This patch checks the revision of QEMU and libvirt to ensure support for VFIO SR-IOV device migration. It also updates the _live_migration_operation() function, particularly the get_updated_guest_xml() function, to map source PCI addresses to destination addresses in the destination XML file, using the data provided by the LiveMigrateData object. The target goal of these series of patch is to enable VFIO devices migration with kernel variant drivers. Partially-Implements: blueprint migrate-vfio-devices-using-kernel-variant-drivers Change-Id: I62ec475988eab8de948498f50d8d4c0d47321102
9 lines
295 B
YAML
9 lines
295 B
YAML
---
|
|
features:
|
|
- |
|
|
This release adds support for migrating SR-IOV devices
|
|
using the new kernel VFIO SR-IOV variant driver interface.
|
|
See the `OpenStack configuration documentation`__ for more details.
|
|
|
|
.. __: https://docs.openstack.org/nova/latest/configuration/config.html#pci
|