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(-)


Reply via email to