[PULL 00/17] virtio,pci,pc: bugfixes

Michael S. Tsirkin posted 17 patches 3 months, 2 weeks ago
Failed in applying to current master (apply log)
hw/i386/amd_iommu.h               |   2 +-
hw/i386/amd_iommu.c               | 102 +++++++++++++++++++++++++++++---------
hw/i386/intel_iommu.c             |  15 +++---
hw/net/virtio-net.c               |   7 +--
hw/pci/pcie_sriov.c               |  42 +++++++++-------
hw/virtio/vhost.c                 |   6 ++-
hw/virtio/virtio.c                |  22 +++++---
net/vhost-vdpa.c                  |   5 +-
tests/qtest/bios-tables-test.c    |   2 +-
MAINTAINERS                       |   1 +
tests/data/acpi/aarch64/virt/HEST | Bin 0 -> 132 bytes
11 files changed, 140 insertions(+), 64 deletions(-)
create mode 100644 tests/data/acpi/aarch64/virt/HEST
[PULL 00/17] virtio,pci,pc: bugfixes
Posted by Michael S. Tsirkin 3 months, 2 weeks ago
The following changes since commit 4e06566dbd1b1251c2788af26a30bd148d4eb6c1:

  Merge tag 'pull-riscv-to-apply-20250730-2' of https://github.com/alistair23/qemu into staging (2025-07-30 09:59:30 -0400)

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 4caf74916d09019e61c91f8cb1166510836d35e8:

  net/vdpa: fix potential fd leak in net_init_vhost_vdpa() (2025-08-01 10:23:50 -0400)

----------------------------------------------------------------
virtio,pci,pc: bugfixes

small fixes all over the place.

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

----------------------------------------------------------------
Akihiko Odaki (2):
      virtio-net: Fix VLAN filter table reset timing
      pcie_sriov: Fix configuration and state synchronization

David Woodhouse (1):
      intel_iommu: Allow both Status Write and Interrupt Flag in QI wait

Hanna Czenczek (2):
      vhost: Do not abort on log-start error
      vhost: Do not abort on log-stop error

Jonah Palmer (1):
      virtio: fix off-by-one and invalid access in virtqueue_ordered_fill

Mauro Carvalho Chehab (3):
      tests/acpi: virt: add an empty HEST file
      tests/qtest/bios-tables-test: extend to also check HEST table
      tests/acpi: virt: update HEST file with its current data

Sairaj Kodilkar (6):
      hw/i386/amd_iommu: Fix MMIO register write tracing
      hw/i386/amd_iommu: Remove unused and wrongly set ats_enabled field
      hw/i386/amd_iommu: Move IOAPIC memory region initialization to the end
      hw/i386/amd_iommu: Fix amdvi_write*()
      hw/i386/amd_iommu: Support MMIO writes to the status register
      hw/i386/amd_iommu: Fix event log generation

Stefano Garzarella (2):
      MAINTAINERS: add net/vhost* files under `vhost`
      net/vdpa: fix potential fd leak in net_init_vhost_vdpa()

 hw/i386/amd_iommu.h               |   2 +-
 hw/i386/amd_iommu.c               | 102 +++++++++++++++++++++++++++++---------
 hw/i386/intel_iommu.c             |  15 +++---
 hw/net/virtio-net.c               |   7 +--
 hw/pci/pcie_sriov.c               |  42 +++++++++-------
 hw/virtio/vhost.c                 |   6 ++-
 hw/virtio/virtio.c                |  22 +++++---
 net/vhost-vdpa.c                  |   5 +-
 tests/qtest/bios-tables-test.c    |   2 +-
 MAINTAINERS                       |   1 +
 tests/data/acpi/aarch64/virt/HEST | Bin 0 -> 132 bytes
 11 files changed, 140 insertions(+), 64 deletions(-)
 create mode 100644 tests/data/acpi/aarch64/virt/HEST
Re: [PULL 00/17] virtio,pci,pc: bugfixes
Posted by Stefan Hajnoczi 3 months, 2 weeks ago
Applied, thanks.

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