All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/13] vfio queue
@ 2026-07-21 17:05 Cédric Le Goater
  2026-07-21 17:05 ` [PULL 01/13] vfio/igd: Clear saved BDSM in legacy VBIOS ROM at load time Cédric Le Goater
                   ` (13 more replies)
  0 siblings, 14 replies; 17+ messages in thread
From: Cédric Le Goater @ 2026-07-21 17:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: Cédric Le Goater

The following changes since commit ad14439be5731e872d8448a04664a9c0e66624a8:

  gitlab: remove gdb from MacOS jobs (2026-07-21 10:09:47 -0400)

are available in the Git repository at:

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

for you to fetch changes up to aef1e7c5ec80ee7a4484e4903c9e4c47d80535de:

  vfio-user: vfio_user_device_io_set_irqs: prevent excessive malloc (2026-07-21 18:02:47 +0200)

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

* Fix IGD legacy VBIOS ROM to clear saved BDSM at load time, avoiding
  garbled BIOS POST output
* Clarify dma-buf failure messages for P2P DMA
* Fix config read error handling and reject invalid PCI_INTERRUPT_PIN
  values in vfio/pci
* Harden vfio-user: prevent buffer overflows, excessive mallocs, and
  fix region info capability check

----------------------------------------------------------------
Cédric Le Goater (1):
      vfio/region: Clarify dma-buf failure messages

Denis V. Lunev (2):
      vfio/pci: don't narrow a failed config read to a plausible value
      vfio/pci: reject invalid PCI_INTERRUPT_PIN values

Thanos Makatos (9):
      vfio-user: vfio_user_get_region_info: prevent buffer overflow
      vfio-user: vfio_user_get_region_info: respect max_xfer_size
      vfio-user: vfio_user_get_region_info: reject unreasonably short struct
      vfio-user: vfio_user_get_region_info: prevent excessive malloc
      vfio-user: vfio_user_device_io_get_region_info: fix capability check
      vfio-user: vfio_user_device_io_device_feature: prevent buffer overflow
      vfio-user: vfio_user_device_io_device_feature: prevent excessive malloc
      vfio-user: vfio_user_device_io_set_irqs: prevent buffer overflow
      vfio-user: vfio_user_device_io_set_irqs: prevent excessive malloc

Tomita Moeko (1):
      vfio/igd: Clear saved BDSM in legacy VBIOS ROM at load time

 hw/vfio/pci.h         |   3 ++
 hw/vfio-user/device.c |  54 ++++++++++++++++++++++--
 hw/vfio/igd-stubs.c   |   5 +++
 hw/vfio/igd.c         | 115 ++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/vfio/pci-quirks.c  |   5 +++
 hw/vfio/pci.c         |  39 ++++++++++++++---
 hw/vfio/region.c      |  11 +++--
 hw/vfio/trace-events  |   1 +
 8 files changed, 216 insertions(+), 17 deletions(-)



^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PULL 00/13] vfio queue
@ 2023-09-11  7:49 Cédric Le Goater
  2023-09-11 15:19 ` Stefan Hajnoczi
  0 siblings, 1 reply; 17+ messages in thread
From: Cédric Le Goater @ 2023-09-11  7:49 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Williamson, Cédric Le Goater

The following changes since commit c5ea91da443b458352c1b629b490ee6631775cb4:

  Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging (2023-09-08 10:06:25 -0400)

are available in the Git repository at:

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

for you to fetch changes up to a31fe5daeaa230556145bfc04af1bd4e68f377fa:

  vfio/common: Separate vfio-pci ranges (2023-09-11 08:34:06 +0200)

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

* Small downtime optimisation for VFIO migration
* P2P support for VFIO migration
* Introduction of a save_prepare() handler to fail VFIO migration
* Fix on DMA logging ranges calculation for OVMF enabling dynamic window

----------------------------------------------------------------
Avihai Horon (11):
      vfio/migration: Move from STOP_COPY to STOP in vfio_save_cleanup()
      sysemu: Add prepare callback to struct VMChangeStateEntry
      qdev: Add qdev_add_vm_change_state_handler_full()
      vfio/migration: Add P2P support for VFIO migration
      vfio/migration: Allow migration of multiple P2P supporting devices
      migration: Add migration prefix to functions in target.c
      vfio/migration: Fail adding device with enable-migration=on and existing blocker
      migration: Move more initializations to migrate_init()
      migration: Add .save_prepare() handler to struct SaveVMHandlers
      vfio/migration: Block VFIO migration with postcopy migration
      vfio/migration: Block VFIO migration with background snapshot

Joao Martins (2):
      vfio/migration: Refactor PRE_COPY and RUNNING state checks
      vfio/common: Separate vfio-pci ranges

 docs/devel/vfio-migration.rst     |  93 +++++++++++++++++-----------
 include/hw/vfio/vfio-common.h     |   2 +
 include/migration/register.h      |   5 ++
 include/sysemu/runstate.h         |   7 +++
 migration/migration.h             |   6 +-
 migration/savevm.h                |   1 +
 hw/core/vm-change-state-handler.c |  14 ++++-
 hw/vfio/common.c                  | 126 ++++++++++++++++++++++++++++++--------
 hw/vfio/migration.c               | 106 +++++++++++++++++++++++++++-----
 migration/migration.c             |  33 ++++++----
 migration/savevm.c                |  32 ++++++++--
 migration/target.c                |   8 +--
 softmmu/runstate.c                |  40 ++++++++++++
 hw/vfio/trace-events              |   3 +-
 14 files changed, 377 insertions(+), 99 deletions(-)


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

end of thread, other threads:[~2026-07-22 17:58 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-21 17:05 [PULL 00/13] vfio queue Cédric Le Goater
2026-07-21 17:05 ` [PULL 01/13] vfio/igd: Clear saved BDSM in legacy VBIOS ROM at load time Cédric Le Goater
2026-07-21 17:05 ` [PULL 02/13] vfio/region: Clarify dma-buf failure messages Cédric Le Goater
2026-07-21 17:05 ` [PULL 03/13] vfio/pci: don't narrow a failed config read to a plausible value Cédric Le Goater
2026-07-21 17:05 ` [PULL 04/13] vfio/pci: reject invalid PCI_INTERRUPT_PIN values Cédric Le Goater
2026-07-21 17:05 ` [PULL 05/13] vfio-user: vfio_user_get_region_info: prevent buffer overflow Cédric Le Goater
2026-07-21 17:05 ` [PULL 06/13] vfio-user: vfio_user_get_region_info: respect max_xfer_size Cédric Le Goater
2026-07-21 17:05 ` [PULL 07/13] vfio-user: vfio_user_get_region_info: reject unreasonably short struct Cédric Le Goater
2026-07-21 17:05 ` [PULL 08/13] vfio-user: vfio_user_get_region_info: prevent excessive malloc Cédric Le Goater
2026-07-21 17:05 ` [PULL 09/13] vfio-user: vfio_user_device_io_get_region_info: fix capability check Cédric Le Goater
2026-07-21 17:05 ` [PULL 10/13] vfio-user: vfio_user_device_io_device_feature: prevent buffer overflow Cédric Le Goater
2026-07-21 17:05 ` [PULL 11/13] vfio-user: vfio_user_device_io_device_feature: prevent excessive malloc Cédric Le Goater
2026-07-21 17:05 ` [PULL 12/13] vfio-user: vfio_user_device_io_set_irqs: prevent buffer overflow Cédric Le Goater
2026-07-21 17:05 ` [PULL 13/13] vfio-user: vfio_user_device_io_set_irqs: prevent excessive malloc Cédric Le Goater
2026-07-22 17:58 ` [PULL 00/13] vfio queue Stefan Hajnoczi
  -- strict thread matches above, loose matches on Subject: below --
2023-09-11  7:49 Cédric Le Goater
2023-09-11 15:19 ` Stefan Hajnoczi

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.