All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/11] vfio queue
@ 2026-05-20 16:21 Cédric Le Goater
  2026-05-20 16:21 ` [PULL 01/11] target/s390x: restore cpu_models for system builds Cédric Le Goater
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Cédric Le Goater @ 2026-05-20 16:21 UTC (permalink / raw)
  To: qemu-devel; +Cc: Cédric Le Goater

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



^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PULL 00/11] vfio queue
@ 2023-07-10  7:48 Cédric Le Goater
  2023-07-10  7:55 ` Cédric Le Goater
  0 siblings, 1 reply; 15+ messages in thread
From: Cédric Le Goater @ 2023-07-10  7:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: Richard Henderson, Alex Williamson, Cédric Le Goater

The following changes since commit 2ff49e96accc8fd9a38e9abd16f0cfa0adab1605:

  Merge tag 'pull-tcg-20230709' of https://gitlab.com/rth7680/qemu into staging (2023-07-09 15:01:43 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 9495bf68dd2fe305f5e95a53ae146ca523dc2a02:

  vfio/pci: Enable AtomicOps completers on root ports (2023-07-10 09:46:09 +0200)

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

* Fixes in error handling paths of VFIO PCI devices
* Improvements of reported errors for VFIO migration
* Linux header update
* Enablement of AtomicOps completers on root ports
* Fix for unplug of passthrough AP devices

----------------------------------------------------------------
Alex Williamson (3):
      hw/vfio/pci-quirks: Sanitize capability pointer
      pcie: Add a PCIe capability version helper
      vfio/pci: Enable AtomicOps completers on root ports

Avihai Horon (1):
      vfio: Fix null pointer dereference bug in vfio_bars_finalize()

Cédric Le Goater (1):
      linux-headers: update to v6.5-rc1

Tony Krowiak (1):
      s390x/ap: Wire up the device request notifier interface

Zhenzhong Duan (5):
      vfio/pci: Disable INTx in vfio_realize error path
      vfio/migration: Change vIOMMU blocker from global to per device
      vfio/migration: Free resources when vfio_migration_realize fails
      vfio/migration: Remove print of "Migration disabled"
      vfio/migration: Return bool type for vfio_migration_realize()

 hw/vfio/pci.h                                  |   1 +
 include/hw/pci/pcie.h                          |   1 +
 include/hw/vfio/vfio-common.h                  |   5 +-
 include/standard-headers/drm/drm_fourcc.h      |  43 ++++++++
 include/standard-headers/linux/const.h         |   2 +-
 include/standard-headers/linux/pci_regs.h      |   1 +
 include/standard-headers/linux/vhost_types.h   |  16 +++
 include/standard-headers/linux/virtio_blk.h    |  18 ++--
 include/standard-headers/linux/virtio_config.h |   6 ++
 include/standard-headers/linux/virtio_net.h    |   1 +
 linux-headers/asm-arm64/bitsperlong.h          |  23 -----
 linux-headers/asm-arm64/kvm.h                  |  33 ++++++
 linux-headers/asm-generic/bitsperlong.h        |  13 ++-
 linux-headers/asm-generic/unistd.h             | 134 +++++++------------------
 linux-headers/asm-mips/unistd_n32.h            |   1 +
 linux-headers/asm-mips/unistd_n64.h            |   1 +
 linux-headers/asm-mips/unistd_o32.h            |   1 +
 linux-headers/asm-powerpc/unistd_32.h          |   1 +
 linux-headers/asm-powerpc/unistd_64.h          |   1 +
 linux-headers/asm-riscv/bitsperlong.h          |  13 ---
 linux-headers/asm-riscv/kvm.h                  | 134 ++++++++++++++++++++++++-
 linux-headers/asm-riscv/unistd.h               |   9 ++
 linux-headers/asm-s390/unistd_32.h             |   2 +
 linux-headers/asm-s390/unistd_64.h             |   2 +
 linux-headers/asm-x86/kvm.h                    |   3 +
 linux-headers/asm-x86/unistd_32.h              |   1 +
 linux-headers/asm-x86/unistd_64.h              |   1 +
 linux-headers/asm-x86/unistd_x32.h             |   1 +
 linux-headers/linux/const.h                    |   2 +-
 linux-headers/linux/kvm.h                      |  18 +++-
 linux-headers/linux/mman.h                     |  14 +++
 linux-headers/linux/psp-sev.h                  |   7 ++
 linux-headers/linux/userfaultfd.h              |  17 +++-
 linux-headers/linux/vfio.h                     |  27 +++++
 linux-headers/linux/vhost.h                    |  31 ++++++
 hw/pci/pcie.c                                  |   7 ++
 hw/vfio/ap.c                                   | 113 +++++++++++++++++++++
 hw/vfio/common.c                               |  51 +---------
 hw/vfio/migration.c                            |  51 +++++++---
 hw/vfio/pci-quirks.c                           |  10 +-
 hw/vfio/pci.c                                  |  91 ++++++++++++++++-
 41 files changed, 678 insertions(+), 229 deletions(-)


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2026-05-20 22:22 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-20 16:21 [PULL 00/11] vfio queue Cédric Le Goater
2026-05-20 16:21 ` [PULL 01/11] target/s390x: restore cpu_models for system builds Cédric Le Goater
2026-05-20 16:21 ` [PULL 02/11] hw/vfio: Drop superfluous inclusion of hw-error.h Cédric Le Goater
2026-05-20 16:21 ` [PULL 03/11] vfio-user: avoid leaking duplicate device name Cédric Le Goater
2026-05-20 16:21 ` [PULL 04/11] vfio-user: reject malformed migration capabilities Cédric Le Goater
2026-05-20 16:21 ` [PULL 05/11] hw/remote: update libvfio-user subproject Cédric Le Goater
2026-05-20 16:21 ` [PULL 06/11] vfio/pci: Replace abort() with g_assert_not_reached() Cédric Le Goater
2026-05-20 16:21 ` [PULL 07/11] vfio/ap: Return false when IRQ notifier setup fails Cédric Le Goater
2026-05-20 16:21 ` [PULL 08/11] vfio/ccw: " Cédric Le Goater
2026-05-20 16:21 ` [PULL 09/11] update-linux-headers: Inject VIRTIO_RING_NO_LEGACY in virtio_ring.h Cédric Le Goater
2026-05-20 16:21 ` [PULL 10/11] vfio/migration: Detect and report overflow in migration size queries Cédric Le Goater
2026-05-20 16:21 ` [PULL 11/11] scripts/update-linux-headers: Add typelimits.h Cédric Le Goater
2026-05-20 22:21 ` [PULL 00/11] vfio queue Stefan Hajnoczi
  -- strict thread matches above, loose matches on Subject: below --
2023-07-10  7:48 Cédric Le Goater
2023-07-10  7:55 ` Cédric Le Goater

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.