All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>
Subject: [PULL v2 00/75] pci, vhost, virtio, iommu, apci: features, fixes
Date: Fri, 11 Sep 2026 05:01:14 -0400	[thread overview]
Message-ID: <cover.1789117222.git.mst@redhat.com> (raw)

The following changes since commit 1df256f5968e9f7c3c4533a1383b071c044a36d6:

  Merge tag 'qom-qapi-pr-pr-v1' of https://gitlab.com/marcandre.lureau/qemu into staging (2026-09-08 18:35:31 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream

for you to fetch changes up to 2f8991c0b9c400f55897849a538580039b61865a:

  MAINTAINERS: add Junjie Cao as CXL reviewer (2026-09-11 04:59:15 -0400)

----------------------------------------------------------------
pci, vhost, virtio, iommu, apci: features, fixes

new vhost-user-media device
virtio-net now supports live-TAP local migration
cxl now supports CFMW restrictions and per-window options
intel_iommu now supports concurrent page fault handling with PRI
pci now batches memory transactions around mapping updates
vhost-user-blk now allows toggling inflight-migration at runtime
virtio-rtc now supports smeared UTC clock type
intel_iommu now exposes SMPWC when SVM is enabled
new reviewer for CXL patches

Fixes, cleanups all over the place

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
Albert Esteve (4):
      linux-headers: add VIRTIO_ID_MEDIA
      hw/display: add vhost-user-media device
      hw/display/vhost-user-media: add shared memory region BAR
      linux-headers: Update to Linux v7.3-rc1

Alexandr Moshkov (6):
      vhost-user: add skip_drain param to do_vhost_virtqueue_stop
      vhost-user: add GET_VRING_BASE_SKIP_DRAIN message
      vhost-user: use skip_drain with GET_VRING_BASE_SKIP_DRAIN message
      vhost-user-blk: make inflight-migration prop mutable on running vm
      vhost-user-blk: move inflight_needed higher
      vhost-user-blk: use GET_VRING_BASE_SKIP_DRAIN when inflight-migration is on

Alyssa Ross (1):
      vhost-user.rst: fix typo

Bin Guo (2):
      libvhost-user: accept the postcopy client base ack in vu_add_mem_reg()
      libvhost-user: return the backend mapping address for added regions

Clément MATHIEU--DRIF (4):
      intel_iommu: Support concurrent page fault handling with PRI
      intel_iommu: Only set dirty bit when PTE exposes write permission
      intel_iommu: Always write all the flags passed to vtd_set_flag_in_pte
      intel_iommu: Expose SMPWC when SVM is enabled

Davidlohr Bueso (5):
      tests/bios-tables-test: Exclude CEDT.cxl for the CFMW restriction change
      hw/cxl: Drop Back-Invalidate from default CFMW window restrictions
      tests/acpi/cxl: Update CEDT.cxl for the default CFMW restrictions
      hw/cxl: Add configurable CXL Fixed Memory Window restriction flags
      tests/qtest/cxl: Add CXL Fixed Memory Window restriction flag tests

Denis V. Lunev (2):
      pci: batch BAR remapping into one memory transaction
      pci: load a device's config inside one memory transaction

GuoHan Zhao (1):
      virtio-crypto: clean up every data queue

Hanna Czenczek (6):
      hw/virtio-blk: Account discard operations
      hw/virtio-blk: Complete zone-append cookies
      hw/nvme: Fix block accounting in nvme_copy()
      hw/nvme: Fix block accounting for compare
      hw/ide: Have ide_dma_cb() complete accounting
      hw/scsi-disk: Fix accounting for IGNORE, ret > 0

Jia Jia (2):
      virtio: reduce code duplication for split ring
      hw/virtio: reject inverted virtio-iommu IOVA ranges

Junjie Cao (3):
      hw/cxl: Fix guest-triggerable QEMU exit on reserved interleave ways
      hw/cxl: fix the CDAT DOE overlapping the Flex Bus DVSEC when sn= is set
      MAINTAINERS: add Junjie Cao as CXL reviewer

Kuan-Wei Chiu (1):
      virtio-rtc: Report smeared UTC clock type

Laurent Vivier (2):
      hw/net/virtio-net: check packet size before VLAN tag access in receive_filter()
      hw/net/virtio-net: strip trailing padding when caching RSC segment

Michael S. Tsirkin (7):
      virtio: fix exit(1) on DMA mapping failure during migration restore
      virtio: fix config_len DoS in migration restore path
      virtio-pci: reject Q_ENABLE write on already-enabled queue
      meson: disable "maybe uninitilized" errors with -Og
      virtio-balloon: fix free-page BH teardown on unrealize
      net/tap-solaris: Fix resource leaks on error paths
      virtio-net: validate IHL in virtio_net_rsc_extract_unit4 before use

Philippe Mathieu-Daudé (4):
      hw/acpi: Make AcpiGedState const in build_ged_aml()
      hw/hotplug: Mark various HotplugHandlerClass variables as const
      hw/hotplug: Reduce some HotplugHandler variables scope
      hw/hotplug: Constify HotplugHandler

Sairaj Kodilkar (7):
      amd_iommu: Return empty efr for stub call
      tests/acpi: x86: Allow IVRS acpi table changes
      amd_iommu: acpi-build: update PA, GVA and VA size macros
      acpi_build: Use IOMMU pci device to build IOMMU DeviceID
      acpi_build: Build IVRS feature report using extended feature register
      amd_iommu: acpi-build: Remove unsupported PPR and HE feature
      tests/acpi: x86: update golden masters for IVRS

Stefan Hajnoczi (1):
      virtio-scsi: set dataplane_started to false upon failure

Vladimir Sementsov-Ogievskiy (16):
      net/tap: rework tap_parse_script
      net/tap: improve script/downscript options documentation
      net/tap: deprecate "no" as special value for script/downscript
      net/tap: move vhost-net open() calls to tap_parse_vhost_fds()
      net/tap: move vhost initialization to tap_setup_vhost()
      net/tap: use container_of instead of DO_UPCAST
      net/tap: QOMify tap backend
      net/tap: add TYPE_VMSTATE_IF interface
      qapi: add local migration parameter
      migration/fd: fix fd leak when fd is not valid for migration
      migration/fd: add errp parameter to migration_fd_valid()
      migration: check that transfer is UNIX socket when "local" set
      virtio-net: support local migration of backend
      net/tap: disable read polling for stopped VM
      net/tap: support local migration with virtio-net
      tests/functional: add test_tap_migration

Xiong Weimin (1):
      hw/virtio: Propagate vhost_virtqueue_mask errors

 MAINTAINERS                                   |   7 +
 docs/about/deprecated.rst                     |  18 +
 docs/interop/vhost-user.rst                   |  44 ++-
 docs/system/devices/cxl.rst                   |  25 +-
 docs/system/i386/microvm.rst                  |   4 +-
 docs/system/i386/xenpvh.rst                   |   2 +-
 docs/system/ppc/ppce500.rst                   |   4 +-
 docs/system/riscv/microchip-icicle-kit.rst    |   2 +-
 docs/system/riscv/sifive_u.rst                |   2 +-
 meson.build                                   |   4 +
 qapi/machine.json                             |  28 ++
 qapi/migration.json                           |  21 +-
 qapi/net.json                                 |  45 ++-
 hw/i386/amd_iommu.h                           |  27 +-
 hw/i386/intel_iommu_internal.h                |   1 +
 hw/s390x/ccw-device.h                         |   2 +-
 include/hw/acpi/cpu.h                         |   4 +-
 include/hw/acpi/cpu_hotplug.h                 |   2 +-
 include/hw/acpi/generic_event_device.h        |   3 +-
 include/hw/acpi/ich9.h                        |  10 +-
 include/hw/acpi/memory_hotplug.h              |   4 +-
 include/hw/acpi/pcihp.h                       |   8 +-
 include/hw/core/boards.h                      |   4 +-
 include/hw/core/hotplug.h                     |  13 +-
 include/hw/core/qdev.h                        |  14 +-
 include/hw/cxl/cxl.h                          |  12 +
 include/hw/i386/microvm.h                     |   4 +-
 include/hw/i386/x86.h                         |  10 +-
 include/hw/mem/nvdimm.h                       |   2 +-
 include/hw/pci/pci_bridge.h                   |   6 +-
 include/hw/pci/pcie.h                         |   8 +-
 include/hw/pci/shpc.h                         |   6 +-
 include/hw/ppc/spapr_nvdimm.h                 |   2 +-
 include/hw/virtio/vhost-backend.h             |   1 +
 include/hw/virtio/vhost-user-media.h          |  46 +++
 include/hw/virtio/vhost-user.h                |   2 +-
 include/hw/virtio/vhost.h                     |  16 +-
 include/hw/virtio/virtio-balloon.h            |   1 +
 include/hw/virtio/virtio-net.h                |   1 +
 include/hw/virtio/virtio.h                    |   2 +-
 include/migration/misc.h                      |   2 +
 include/migration/vmstate.h                   |   2 +
 include/net/net.h                             |   9 +
 include/net/tap.h                             |   2 +
 include/standard-headers/linux/ethtool.h      |   6 +
 include/standard-headers/linux/virtio_ids.h   |   1 +
 linux-headers/linux/iommufd.h                 |  45 ++-
 linux-headers/linux/userfaultfd.h             |  54 ++-
 linux-headers/linux/vduse.h                   |  28 ++
 linux-headers/linux/vfio.h                    |  21 ++
 linux-headers/linux/vfio_zdev.h               |   2 +
 backends/cryptodev-vhost.c                    |   2 +-
 backends/vhost-user.c                         |   2 +-
 hw/acpi/acpi-cpu-hotplug-stub.c               |   4 +-
 hw/acpi/acpi-mem-hotplug-stub.c               |   4 +-
 hw/acpi/acpi-nvdimm-stub.c                    |   2 +-
 hw/acpi/acpi-pci-hotplug-stub.c               |   8 +-
 hw/acpi/cpu.c                                 |   6 +-
 hw/acpi/cxl.c                                 |   2 +-
 hw/acpi/generic_event_device.c                |  13 +-
 hw/acpi/ich9.c                                |  10 +-
 hw/acpi/memory_hotplug.c                      |   7 +-
 hw/acpi/nvdimm.c                              |   2 +-
 hw/acpi/pcihp.c                               |  11 +-
 hw/acpi/piix4.c                               |  12 +-
 hw/arm/virt.c                                 |  23 +-
 hw/block/vhost-user-blk.c                     |  60 +++-
 hw/block/virtio-blk.c                         |  38 ++-
 hw/char/virtio-serial-bus.c                   |   6 +-
 hw/core/hotplug.c                             |  16 +-
 hw/core/qdev-hotplug.c                        |  10 +-
 hw/core/qdev.c                                |   2 +-
 hw/cxl/cxl-host.c                             |  48 ++-
 hw/display/vhost-user-media-pci.c             | 115 +++++++
 hw/display/vhost-user-media.c                 | 388 ++++++++++++++++++++++
 hw/i386/acpi-build.c                          |  65 ++--
 hw/i386/amd_iommu-stub.c                      |   2 +-
 hw/i386/amd_iommu.c                           |   2 +-
 hw/i386/intel_iommu.c                         | 118 ++++---
 hw/i386/intel_iommu_accel.c                   |   6 +
 hw/i386/microvm.c                             |  12 +-
 hw/i386/pc.c                                  |  28 +-
 hw/i386/x86-common.c                          |   8 +-
 hw/ide/core.c                                 |   3 +-
 hw/intc/loongarch_dintc.c                     |   8 +-
 hw/intc/loongarch_extioi_common.c             |   4 +-
 hw/intc/loongarch_ipi.c                       |   4 +-
 hw/loongarch/virt.c                           |  44 +--
 hw/mem/cxl_type3.c                            |   6 +-
 hw/net/vhost_net.c                            |   9 +-
 hw/net/virtio-net.c                           | 131 +++++++-
 hw/nvme/ctrl.c                                |  78 +++--
 hw/pci-bridge/pci_bridge_dev.c                |   6 +-
 hw/pci/pci.c                                  |   8 +
 hw/pci/pcie.c                                 |  10 +-
 hw/pci/pcie_port.c                            |   2 +-
 hw/pci/shpc.c                                 |  11 +-
 hw/ppc/e500plat.c                             |   4 +-
 hw/ppc/spapr.c                                |  48 +--
 hw/ppc/spapr_nvdimm.c                         |   2 +-
 hw/ppc/spapr_pci.c                            |  12 +-
 hw/remote/machine.c                           |   2 +-
 hw/riscv/virt.c                               |   6 +-
 hw/s390x/css-bridge.c                         |   2 +-
 hw/s390x/s390-pci-bus.c                       |  12 +-
 hw/s390x/s390-virtio-ccw.c                    |  16 +-
 hw/s390x/virtio-ccw-md.c                      |  10 +-
 hw/s390x/virtio-ccw.c                         |   2 +-
 hw/scsi/scsi-disk.c                           |   7 +
 hw/scsi/vhost-scsi-common.c                   |   2 +-
 hw/scsi/virtio-scsi-dataplane.c               |   2 +-
 hw/scsi/virtio-scsi.c                         |  10 +-
 hw/scsi/vmw_pvscsi.c                          |   4 +-
 hw/virtio/vdpa-dev.c                          |   2 +-
 hw/virtio/vhost-user-base.c                   |   2 +-
 hw/virtio/vhost-user-fs.c                     |   2 +-
 hw/virtio/vhost-user-scmi.c                   |   2 +-
 hw/virtio/vhost-user.c                        |  47 ++-
 hw/virtio/vhost-vsock-common.c                |   2 +-
 hw/virtio/vhost.c                             |  44 ++-
 hw/virtio/virtio-balloon.c                    |  19 +-
 hw/virtio/virtio-crypto.c                     |   5 +-
 hw/virtio/virtio-iommu.c                      |  17 +-
 hw/virtio/virtio-md-pci.c                     |  10 +-
 hw/virtio/virtio-pci.c                        |   7 +
 hw/virtio/virtio-rtc.c                        |   3 +-
 hw/virtio/virtio.c                            |  85 ++---
 hw/xen/xen-bus.c                              |   2 +-
 migration/fd.c                                |  28 +-
 migration/migration.c                         |  13 +
 migration/options.c                           |  18 +-
 net/net.c                                     |  14 +-
 net/tap-solaris.c                             |  69 ++--
 net/tap.c                                     | 448 ++++++++++++++++++++-----
 stubs/hotplug-stubs.c                         |   6 +-
 subprojects/libvhost-user/libvhost-user.c     |  34 +-
 system/qdev-monitor.c                         |   4 +-
 tests/qtest/cxl-test.c                        |  95 ++++++
 hw/display/Kconfig                            |   5 +
 hw/display/meson.build                        |   3 +
 qemu-options.hx                               |  13 +-
 tests/data/acpi/x86/q35/CEDT.cxl              | Bin 184 -> 184 bytes
 tests/data/acpi/x86/q35/IVRS.ivrs             | Bin 176 -> 176 bytes
 tests/functional/x86_64/meson.build           |   1 +
 tests/functional/x86_64/test_tap_migration.py | 461 ++++++++++++++++++++++++++
 145 files changed, 2884 insertions(+), 663 deletions(-)
 create mode 100644 include/hw/virtio/vhost-user-media.h
 create mode 100644 hw/display/vhost-user-media-pci.c
 create mode 100644 hw/display/vhost-user-media.c
 create mode 100755 tests/functional/x86_64/test_tap_migration.py



             reply	other threads:[~2026-09-11  9:02 UTC|newest]

Thread overview: 82+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-11  9:01 Michael S. Tsirkin [this message]
2026-09-11  9:01 ` [PULL v2 01/75] virtio: fix exit(1) on DMA mapping failure during migration restore Michael S. Tsirkin
2026-09-11  9:01 ` [PULL v2 02/75] virtio: fix config_len DoS in migration restore path Michael S. Tsirkin
2026-09-11  9:01 ` [PULL v2 03/75] virtio-pci: reject Q_ENABLE write on already-enabled queue Michael S. Tsirkin
2026-09-11  9:01 ` [PULL v2 04/75] hw/cxl: Fix guest-triggerable QEMU exit on reserved interleave ways Michael S. Tsirkin
2026-09-11  9:01 ` [PULL v2 05/75] linux-headers: add VIRTIO_ID_MEDIA Michael S. Tsirkin
2026-09-11  9:01 ` [PULL v2 06/75] hw/display: add vhost-user-media device Michael S. Tsirkin
2026-09-11  9:01 ` [PULL v2 07/75] hw/display/vhost-user-media: add shared memory region BAR Michael S. Tsirkin
2026-09-11  9:01 ` [PULL v2 08/75] virtio: reduce code duplication for split ring Michael S. Tsirkin
2026-09-11  9:01 ` [PULL v2 09/75] net/tap: rework tap_parse_script Michael S. Tsirkin
2026-09-11  9:01 ` [PULL v2 10/75] net/tap: improve script/downscript options documentation Michael S. Tsirkin
2026-09-11  9:01 ` [PULL v2 11/75] net/tap: deprecate "no" as special value for script/downscript Michael S. Tsirkin
2026-09-11  9:01 ` [PULL v2 12/75] net/tap: move vhost-net open() calls to tap_parse_vhost_fds() Michael S. Tsirkin
2026-09-11  9:01 ` [PULL v2 13/75] net/tap: move vhost initialization to tap_setup_vhost() Michael S. Tsirkin
2026-09-11  9:01 ` [PULL v2 14/75] net/tap: use container_of instead of DO_UPCAST Michael S. Tsirkin
2026-09-11  9:01 ` [PULL v2 15/75] net/tap: QOMify tap backend Michael S. Tsirkin
2026-09-11  9:01 ` [PULL v2 16/75] net/tap: add TYPE_VMSTATE_IF interface Michael S. Tsirkin
2026-09-11  9:01 ` [PULL v2 17/75] qapi: add local migration parameter Michael S. Tsirkin
2026-09-11  9:02 ` [PULL v2 18/75] migration/fd: fix fd leak when fd is not valid for migration Michael S. Tsirkin
2026-09-11  9:02 ` [PULL v2 19/75] migration/fd: add errp parameter to migration_fd_valid() Michael S. Tsirkin
2026-09-11  9:02 ` [PULL v2 20/75] migration: check that transfer is UNIX socket when "local" set Michael S. Tsirkin
2026-09-11  9:02 ` [PULL v2 21/75] virtio-net: support local migration of backend Michael S. Tsirkin
2026-09-11  9:02 ` [PULL v2 22/75] net/tap: disable read polling for stopped VM Michael S. Tsirkin
2026-09-11  9:02 ` [PULL v2 23/75] net/tap: support local migration with virtio-net Michael S. Tsirkin
2026-09-11  9:02 ` [PULL v2 24/75] tests/functional: add test_tap_migration Michael S. Tsirkin
2026-09-11  9:02 ` [PULL v2 25/75] tests/bios-tables-test: Exclude CEDT.cxl for the CFMW restriction change Michael S. Tsirkin
2026-09-11  9:02 ` [PULL v2 26/75] hw/cxl: Drop Back-Invalidate from default CFMW window restrictions Michael S. Tsirkin
2026-09-11  9:02 ` [PULL v2 27/75] tests/acpi/cxl: Update CEDT.cxl for the default CFMW restrictions Michael S. Tsirkin
2026-09-11  9:02 ` [PULL v2 28/75] hw/cxl: Add configurable CXL Fixed Memory Window restriction flags Michael S. Tsirkin
2026-09-11  9:02 ` [PULL v2 29/75] tests/qtest/cxl: Add CXL Fixed Memory Window restriction flag tests Michael S. Tsirkin
2026-09-11  9:02 ` [PULL v2 30/75] hw/net/virtio-net: check packet size before VLAN tag access in receive_filter() Michael S. Tsirkin
2026-09-11  9:02 ` [PULL v2 31/75] hw/virtio-blk: Account discard operations Michael S. Tsirkin
2026-09-11  9:02 ` [PULL v2 32/75] hw/virtio-blk: Complete zone-append cookies Michael S. Tsirkin
2026-09-11  9:02 ` [PULL v2 33/75] hw/nvme: Fix block accounting in nvme_copy() Michael S. Tsirkin
2026-09-11  9:02 ` [PULL v2 34/75] hw/nvme: Fix block accounting for compare Michael S. Tsirkin
2026-09-11  9:02 ` [PULL v2 35/75] hw/ide: Have ide_dma_cb() complete accounting Michael S. Tsirkin
2026-09-11  9:02 ` [PULL v2 36/75] hw/scsi-disk: Fix accounting for IGNORE, ret > 0 Michael S. Tsirkin
2026-09-11  9:02 ` [PULL v2 37/75] meson: disable "maybe uninitilized" errors with -Og Michael S. Tsirkin
2026-09-11  9:02 ` [PULL v2 38/75] hw/net/virtio-net: strip trailing padding when caching RSC segment Michael S. Tsirkin
2026-09-11  9:02 ` [PULL v2 39/75] virtio-crypto: clean up every data queue Michael S. Tsirkin
2026-09-11  9:02 ` [PULL v2 40/75] hw/virtio: reject inverted virtio-iommu IOVA ranges Michael S. Tsirkin
2026-09-11  9:02 ` [PULL v2 41/75] virtio-balloon: fix free-page BH teardown on unrealize Michael S. Tsirkin
2026-09-11  9:02 ` [PULL v2 42/75] vhost-user.rst: fix typo Michael S. Tsirkin
2026-09-11  9:03 ` [PULL v2 43/75] hw/virtio: Propagate vhost_virtqueue_mask errors Michael S. Tsirkin
2026-09-11  9:03 ` [PULL v2 44/75] amd_iommu: Return empty efr for stub call Michael S. Tsirkin
2026-09-11  9:03 ` [PULL v2 45/75] tests/acpi: x86: Allow IVRS acpi table changes Michael S. Tsirkin
2026-09-11  9:03 ` [PULL v2 46/75] amd_iommu: acpi-build: update PA, GVA and VA size macros Michael S. Tsirkin
2026-09-11  9:03 ` [PULL v2 47/75] acpi_build: Use IOMMU pci device to build IOMMU DeviceID Michael S. Tsirkin
2026-09-11  9:03 ` [PULL v2 48/75] acpi_build: Build IVRS feature report using extended feature register Michael S. Tsirkin
2026-09-11  9:03 ` [PULL v2 49/75] amd_iommu: acpi-build: Remove unsupported PPR and HE feature Michael S. Tsirkin
2026-09-11  9:03 ` [PULL v2 50/75] tests/acpi: x86: update golden masters for IVRS Michael S. Tsirkin
2026-09-11  9:03 ` [PULL v2 51/75] libvhost-user: accept the postcopy client base ack in vu_add_mem_reg() Michael S. Tsirkin
2026-09-11  9:03 ` [PULL v2 52/75] libvhost-user: return the backend mapping address for added regions Michael S. Tsirkin
2026-09-11  9:03 ` [PULL v2 53/75] linux-headers: Update to Linux v7.3-rc1 Michael S. Tsirkin
2026-09-11  9:03 ` [PULL v2 54/75] virtio-scsi: set dataplane_started to false upon failure Michael S. Tsirkin
2026-09-11  9:03 ` [PULL v2 55/75] hw/cxl: fix the CDAT DOE overlapping the Flex Bus DVSEC when sn= is set Michael S. Tsirkin
2026-09-11  9:03 ` [PULL v2 56/75] virtio-rtc: Report smeared UTC clock type Michael S. Tsirkin
2026-09-11  9:03 ` [PULL v2 57/75] intel_iommu: Support concurrent page fault handling with PRI Michael S. Tsirkin
2026-09-11  9:03 ` [PULL v2 58/75] intel_iommu: Only set dirty bit when PTE exposes write permission Michael S. Tsirkin
2026-09-11  9:03 ` [PULL v2 59/75] intel_iommu: Always write all the flags passed to vtd_set_flag_in_pte Michael S. Tsirkin
2026-09-11  9:03 ` [PULL v2 60/75] pci: batch BAR remapping into one memory transaction Michael S. Tsirkin
2026-09-11  9:03 ` [PULL v2 61/75] pci: load a device's config inside " Michael S. Tsirkin
2026-09-11  9:03 ` [PULL v2 62/75] hw/acpi: Make AcpiGedState const in build_ged_aml() Michael S. Tsirkin
2026-09-11  9:03 ` [PULL v2 63/75] hw/hotplug: Mark various HotplugHandlerClass variables as const Michael S. Tsirkin
2026-09-11  9:03 ` [PULL v2 64/75] hw/hotplug: Reduce some HotplugHandler variables scope Michael S. Tsirkin
2026-09-11  9:03 ` [PULL v2 65/75] hw/hotplug: Constify HotplugHandler Michael S. Tsirkin
2026-09-11  9:03 ` [PULL v2 66/75] net/tap-solaris: Fix resource leaks on error paths Michael S. Tsirkin
2026-09-11  9:04 ` [PULL v2 67/75] virtio-net: validate IHL in virtio_net_rsc_extract_unit4 before use Michael S. Tsirkin
2026-09-11  9:04 ` [PULL v2 68/75] intel_iommu: Expose SMPWC when SVM is enabled Michael S. Tsirkin
2026-09-11  9:04 ` [PULL v2 69/75] vhost-user: add skip_drain param to do_vhost_virtqueue_stop Michael S. Tsirkin
2026-09-11  9:04 ` [PULL v2 70/75] vhost-user: add GET_VRING_BASE_SKIP_DRAIN message Michael S. Tsirkin
2026-09-11  9:04 ` [PULL v2 71/75] vhost-user: use skip_drain with " Michael S. Tsirkin
2026-09-11  9:04 ` [PULL v2 72/75] vhost-user-blk: make inflight-migration prop mutable on running vm Michael S. Tsirkin
2026-09-11  9:04 ` [PULL v2 73/75] vhost-user-blk: move inflight_needed higher Michael S. Tsirkin
2026-09-11  9:04 ` [PULL v2 74/75] vhost-user-blk: use GET_VRING_BASE_SKIP_DRAIN when inflight-migration is on Michael S. Tsirkin
2026-09-11  9:04 ` [PULL v2 75/75] MAINTAINERS: add Junjie Cao as CXL reviewer Michael S. Tsirkin
2026-09-11 13:41 ` [PULL v2 00/75] pci, vhost, virtio, iommu, apci: features, fixes Albert Esteve
2026-09-11 19:40   ` Michael S. Tsirkin
2026-09-11 19:06 ` Richard Henderson
2026-09-11 20:00   ` Michael S. Tsirkin
2026-09-11 23:43     ` Richard Henderson
2026-09-12  9:54     ` Vladimir Sementsov-Ogievskiy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1789117222.git.mst@redhat.com \
    --to=mst@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.