The following changes since commit 9a4e273ddec3927920c5958d2226c6b38b543336:
Merge tag 'pull-tcg-20250711' of https://gitlab.com/rth7680/qemu into staging (2025-07-13 01:46:04 -0400) are available in the Git repository at: https://github.com/legoater/qemu/ tags/pull-vfio-20250715 for you to fetch changes up to 300dcf58b72fa1635190b19f102231b0775e93cb: vfio/migration: Max in-flight VFIO device state buffers size limit (2025-07-15 17:11:12 +0200) ---------------------------------------------------------------- vfio queue: * Fixed vfio-user issues reported by Coverity * Tweaked VFIO migration with multifd to support aarch64 * Introduced a property to override a device PCI class code ---------------------------------------------------------------- John Levon (4): hw/vfio-user: add Cédric Le Goater as a maintainer hw/vfio: fix region fd initialization hw/vfio-user: wait for proxy close correctly hw/vfio-user: fix use of uninitialized variable Maciej S. Szmigiero (2): vfio/migration: Add x-migration-load-config-after-iter VFIO property vfio/migration: Max in-flight VFIO device state buffers size limit Tomita Moeko (1): vfio/pci: Introduce x-pci-class-code option MAINTAINERS | 1 + docs/devel/migration/vfio.rst | 19 ++++++++ hw/vfio/migration-multifd.h | 3 ++ hw/vfio/pci.h | 6 +-- hw/vfio/vfio-helpers.h | 2 + hw/vfio/vfio-migration-internal.h | 1 + include/hw/vfio/vfio-device.h | 2 + hw/core/machine.c | 1 + hw/vfio-user/container.c | 6 +-- hw/vfio-user/proxy.c | 10 ++-- hw/vfio/device.c | 6 ++- hw/vfio/helpers.c | 17 +++++++ hw/vfio/migration-multifd.c | 100 +++++++++++++++++++++++++++++++++++++- hw/vfio/migration.c | 10 +++- hw/vfio/pci.c | 48 ++++++++++++++++-- hw/vfio/trace-events | 1 + 16 files changed, 212 insertions(+), 21 deletions(-)