[PULL 0/7] vfio queue

Cédric Le Goater posted 7 patches 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250715163703.243975-1-clg@redhat.com
Maintainers: Alex Williamson <alex.williamson@redhat.com>, "Cédric Le Goater" <clg@redhat.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Zhao Liu <zhao1.liu@intel.com>, John Levon <john.levon@nutanix.com>, Thanos Makatos <thanos.makatos@nutanix.com>
There is a newer version of this series
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(-)
[PULL 0/7] vfio queue
Posted by Cédric Le Goater 4 months ago
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(-)


Re: [PULL 0/7] vfio queue
Posted by Stefan Hajnoczi 4 months ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/10.1 for any user-visible changes.