The following changes since commit af531756d25541a1b3b3d9a14e72e7fedd941a2e:
Merge remote-tracking branch 'remotes/philmd/tags/renesas-20211030' into staging (2021-10-30 11:31:41 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream for you to fetch changes up to d99e8b5fcb138b19f751c027ed5599224f9b5036: hw/i386: fix vmmouse registration (2021-11-01 19:36:11 -0400) ---------------------------------------------------------------- pc,pci,virtio: features, fixes virtio-iommu support for x86/ACPI. Fixes, cleanups all over the place. Signed-off-by: Michael S. Tsirkin <m...@redhat.com> ---------------------------------------------------------------- David Hildenbrand (1): vhost-vdpa: Set discarding of RAM broken when initializing the backend Igor Mammedov (1): qtest: fix 'expression is always false' build failure in qtest_has_accel() Jean-Philippe Brucker (4): hw/acpi: Add VIOT table hw/i386/pc: Remove x86_iommu_get_type() hw/i386/pc: Move IOMMU singleton into PCMachineState hw/i386/pc: Allow instantiating a virtio-iommu device Pavel Dovgalyuk (1): hw/i386: fix vmmouse registration Peter Xu (2): pci: Define pci_bus_dev_fn/pci_bus_fn/pci_bus_ret_fn pci: Export pci_for_each_device_under_bus*() hw/acpi/viot.h | 13 +++++ include/hw/i386/pc.h | 1 + include/hw/i386/x86-iommu.h | 12 ----- include/hw/pci/pci.h | 24 ++++++---- hw/acpi/viot.c | 114 ++++++++++++++++++++++++++++++++++++++++++++ hw/i386/acpi-build.c | 33 +++++++------ hw/i386/amd_iommu.c | 2 - hw/i386/intel_iommu.c | 3 -- hw/i386/pc.c | 26 +++++++++- hw/i386/vmmouse.c | 1 + hw/i386/x86-iommu-stub.c | 5 -- hw/i386/x86-iommu.c | 31 ++++-------- hw/pci/pci.c | 26 ++++------ hw/pci/pcie.c | 4 +- hw/ppc/spapr_pci.c | 12 ++--- hw/ppc/spapr_pci_nvlink2.c | 7 ++- hw/ppc/spapr_pci_vfio.c | 4 +- hw/s390x/s390-pci-bus.c | 5 +- hw/virtio/vhost-vdpa.c | 13 +++++ hw/xen/xen_pt.c | 4 +- hw/acpi/Kconfig | 4 ++ hw/acpi/meson.build | 1 + hw/i386/Kconfig | 1 + meson.build | 2 +- 24 files changed, 239 insertions(+), 109 deletions(-) create mode 100644 hw/acpi/viot.h create mode 100644 hw/acpi/viot.c