[PULL 00/11] vfio queue

Cédric Le Goater posted 11 patches 1 week, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260520162115.1613601-1-clg@redhat.com
Maintainers: Elena Ufimtseva <elena.ufimtseva@oracle.com>, Jagannathan Raman <jag.raman@oracle.com>, John Levon <john.levon@nutanix.com>, Thanos Makatos <thanos.makatos@nutanix.com>, "Cédric Le Goater" <clg@redhat.com>, Tony Krowiak <akrowiak@linux.ibm.com>, Halil Pasic <pasic@linux.ibm.com>, Jason Herne <jjherne@linux.ibm.com>, Alex Williamson <alex@shazbot.org>, Cornelia Huck <cohuck@redhat.com>, Eric Farman <farman@linux.ibm.com>, Matthew Rosato <mjrosato@linux.ibm.com>, Tomita Moeko <tomitamoeko@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Ilya Leoshkevich <iii@linux.ibm.com>, David Hildenbrand <david@kernel.org>
There is a newer version of this series
hw/remote/vfio-user-obj.c       |  3 ++-
hw/vfio-user/pci.c              |  2 --
hw/vfio-user/proxy.c            |  4 ++--
hw/vfio/ap.c                    |  1 +
hw/vfio/ccw.c                   |  1 +
hw/vfio/device.c                |  1 -
hw/vfio/helpers.c               |  1 -
hw/vfio/igd.c                   |  1 -
hw/vfio/kvm-helpers.c           |  1 -
hw/vfio/migration.c             | 32 ++++++++++++++++++++++++++++----
hw/vfio/pci.c                   |  7 ++++++-
scripts/update-linux-headers.sh |  3 +++
subprojects/libvfio-user.wrap   |  2 +-
target/s390x/meson.build        |  6 +++++-
14 files changed, 49 insertions(+), 16 deletions(-)
[PULL 00/11] vfio queue
Posted by Cédric Le Goater 1 week, 3 days ago
The following changes since commit e89049b3ba5f1f0468bc0d294173345597514a1b:

  Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging (2026-05-19 15:23:10 -0400)

are available in the Git repository at:

  https://github.com/legoater/qemu/ tags/pull-vfio-20260520

for you to fetch changes up to b9638e2faa58dea98b0797cbb6c1c2ae04902028:

  scripts/update-linux-headers: Add typelimits.h (2026-05-20 15:05:20 +0200)

----------------------------------------------------------------
vfio queue:

* Fix IRQ notifier return value in vfio/ap and vfio/ccw
* Fix vfio-user: reject malformed migration capabilities and avoid
  leaking a duplicate device name
* Report overflow in migration size queries
* Fix s390x cpu_models build regression
* Update libvfio-user subproject to fix compilation on newer compilers
* Update update-linux-headers.sh to support typelimits.h and inject
  VIRTIO_RING_NO_LEGACY in virtio_ring.h to fix the Windows build
* Replace abort() with g_assert_not_reached() in the vfio/pci
  interrupt handling path
* Drop superfluous inclusion of hw-error.h from vfio device files

----------------------------------------------------------------
Avihai Horon (1):
      scripts/update-linux-headers: Add typelimits.h

Cédric Le Goater (3):
      vfio/pci: Replace abort() with g_assert_not_reached()
      update-linux-headers: Inject VIRTIO_RING_NO_LEGACY in virtio_ring.h
      vfio/migration: Detect and report overflow in migration size queries

Eric Farman (1):
      target/s390x: restore cpu_models for system builds

GuoHan Zhao (4):
      vfio-user: avoid leaking duplicate device name
      vfio-user: reject malformed migration capabilities
      vfio/ap: Return false when IRQ notifier setup fails
      vfio/ccw: Return false when IRQ notifier setup fails

John Levon (1):
      hw/remote: update libvfio-user subproject

Thomas Huth (1):
      hw/vfio: Drop superfluous inclusion of hw-error.h

 hw/remote/vfio-user-obj.c       |  3 ++-
 hw/vfio-user/pci.c              |  2 --
 hw/vfio-user/proxy.c            |  4 ++--
 hw/vfio/ap.c                    |  1 +
 hw/vfio/ccw.c                   |  1 +
 hw/vfio/device.c                |  1 -
 hw/vfio/helpers.c               |  1 -
 hw/vfio/igd.c                   |  1 -
 hw/vfio/kvm-helpers.c           |  1 -
 hw/vfio/migration.c             | 32 ++++++++++++++++++++++++++++----
 hw/vfio/pci.c                   |  7 ++++++-
 scripts/update-linux-headers.sh |  3 +++
 subprojects/libvfio-user.wrap   |  2 +-
 target/s390x/meson.build        |  6 +++++-
 14 files changed, 49 insertions(+), 16 deletions(-)


Re: [PULL 00/11] vfio queue
Posted by Stefan Hajnoczi 1 week, 2 days ago
Applied, thanks.

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