This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/qemu.
from 31ebff513f Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi- [...] adds e6db5df7e2 vhost-vdpa: Do not send empty IOTLB update batches adds 1f89d3b91e hw/virtio: Fix leak of host-notifier memory-region adds 699f2e535d vhost: make SET_VRING_ADDR, SET_FEATURES send replies adds aa29466b48 hw/acpi: define PIIX4 acpi pci hotplug property strings at a [...] adds 67cebca328 q35: catch invalid cpu hotplug configuration adds fe8adae345 hw/acpi: refactor acpi hp modules so that targets can just u [...] adds 9b1d929adb hw/virtio: move vhost_set_backend_type() to vhost.c adds edb40732bf vhost-user: add missing space in error message adds 3a83db5df3 acpi: Delete broken ACPI_GED_X86 macro adds b914e741e9 Use PCI_HOST_BRIDGE macro adds fd51e54fa1 virtio-balloon: don't start free page hinting if postcopy is [...] adds 2d050ed07c virtio-balloon: free page hinting cleanups adds dd014b4f49 virtio-bus: introduce iommu_enabled() adds 3d1e5d86fe virtio-pci: implement iommu_enabled() adds ae4003738f vhost: correctly detect the enabling IOMMU adds e77af21a7a hw/i386/acpi-build: Get NUMA information from struct NumaState adds 6c1ebe75ae hw/pci: remove all references to find_i440fx function adds 028f1a88ab hw/acpi: use existing references to pci device struct within [...] adds c2ea98c317 MAINTAINERS: Added myself as a reviewer for acpi/smbios subsystem adds 7f51beddad hw/virtio: Document virtio_queue_packed_empty_rcu is called [...] adds b116d6c319 hw/virtio: Remove NULL check in virtio_free_region_cache() adds c6effa9cf5 hw/virtio: Add flatview update in vhost_user_cleanup() adds f88435148d tests/vhost-user-bridge.c: Sanity check socket path length adds 6b3dc99259 tests/vhost-user-bridge.c: Fix typo in help message adds 12021b53a4 vhost-vdpa: remove unused variable "acked_features" adds 2a83e97ee8 vhost-vdpa: correctly return err in vhost_vdpa_set_backend_cap() adds 40f962ffeb vhost_net: remove the meaningless assignment in vhost_net_st [...] adds 5fc13603a6 vhost: use unsigned int for nvqs adds 6a756d1495 vhost_net: do not assume nvqs is always 2 adds 9ff7a54bcf vhost-vdpa: remove the unnecessary check in vhost_vdpa_add() adds f47a47e458 vhost-vdpa: don't cleanup twice in vhost_vdpa_add() adds ab36edcfea vhost-vdpa: fix leaking of vhost_net in vhost_vdpa_add() adds a97ef87a20 vhost-vdpa: tweak the error label in vhost_vdpa_add() adds 74af5eec83 vhost-vdpa: fix the wrong assertion in vhost_vdpa_init() adds 499c8b4de9 vhost-vdpa: remove the unncessary queue_index assignment adds 88afdc92b6 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 1 + configs/devices/mips-softmmu/common.mak | 5 +- hw/acpi/Kconfig | 10 +++ hw/acpi/acpi-cpu-hotplug-stub.c | 50 +++++++++++ hw/acpi/acpi-mem-hotplug-stub.c | 35 ++++++++ hw/acpi/acpi-nvdimm-stub.c | 8 ++ hw/acpi/acpi-pci-hotplug-stub.c | 47 ++++++++++ hw/acpi/ich9.c | 2 +- hw/acpi/meson.build | 14 ++- hw/acpi/pcihp.c | 6 +- hw/acpi/piix4.c | 4 +- hw/i386/acpi-build.c | 24 +++-- hw/i386/pc.c | 13 +-- hw/i386/pc_q35.c | 2 +- hw/isa/lpc_ich9.c | 13 +++ hw/net/vhost_net.c | 5 +- hw/pci-host/i440fx.c | 8 -- hw/virtio/vhost-backend.c | 30 +------ hw/virtio/vhost-user.c | 151 ++++++++++++++++++++++---------- hw/virtio/vhost-vdpa.c | 39 ++++++--- hw/virtio/vhost.c | 31 ++++++- hw/virtio/virtio-balloon.c | 41 ++++----- hw/virtio/virtio-bus.c | 14 +++ hw/virtio/virtio-pci.c | 14 +++ hw/virtio/virtio.c | 7 +- include/hw/acpi/acpi.h | 2 + include/hw/acpi/generic_event_device.h | 2 - include/hw/i386/pc.h | 4 - include/hw/pci-host/i440fx.h | 1 - include/hw/virtio/vhost-backend.h | 6 -- include/hw/virtio/vhost-vdpa.h | 1 + include/hw/virtio/vhost.h | 6 +- include/hw/virtio/virtio-bus.h | 4 +- include/net/vhost_net.h | 1 + net/tap.c | 1 + net/vhost-user.c | 1 + net/vhost-vdpa.c | 35 +++----- stubs/meson.build | 1 - stubs/pci-host-piix.c | 7 -- tests/vhost-user-bridge.c | 7 +- 40 files changed, 440 insertions(+), 213 deletions(-) create mode 100644 hw/acpi/acpi-cpu-hotplug-stub.c create mode 100644 hw/acpi/acpi-mem-hotplug-stub.c create mode 100644 hw/acpi/acpi-nvdimm-stub.c create mode 100644 hw/acpi/acpi-pci-hotplug-stub.c delete mode 100644 stubs/pci-host-piix.c