diff --git a/qemu.spec b/qemu.spec index 54ab5f4..bd85492 100644 --- a/qemu.spec +++ b/qemu.spec @@ -498,6 +498,9 @@ Patch0485: vfio-Dirty-page-tracking-when-vIOMMU-is-enabled.patch Patch0486: vfio-Add-ioctl-to-get-dirty-pages-bitmap-during-dma-.patch Patch0487: vfio-Make-vfio-pci-device-migration-capable.patch Patch0488: qapi-Add-VFIO-devices-migration-stats-in-Migration-s.patch +Patch0489: vfio-Move-the-saving-of-the-config-space-to-the-righ.patch +Patch0490: vfio-Set-the-priority-of-the-VFIO-VM-state-change-ha.patch +Patch0491: vfio-Avoid-disabling-and-enabling-vectors-repeatedly.patch BuildRequires: flex BuildRequires: gcc @@ -892,6 +895,11 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Thu Jul 29 2021 Chen Qun +- vfio: Move the saving of the config space to the right place in VFIO migration +- vfio: Set the priority of the VFIO VM state change handler explicitly +- vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration + * Thu Jul 29 2021 imxcc - hw/net: fix vmxnet3 live migration - include: Make headers more self-contained