The following changes since commit 5acad5bf480321f178866dc28e38eeda5a3f19bb:
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2020-03-28 00:27:04 +0000) 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 e82cdba3945340f524ba153170d52800dbd55ca4: vhost-vsock: fix double close() in the realize() error path (2020-03-31 10:54:28 -0400) ---------------------------------------------------------------- virtio, pci, pc: bugfixes, checkpatch, maintainers Bugfixes all over the place. Add a new balloon maintainer. A checkpatch enhancement to enforce ACPI change rules. Signed-off-by: Michael S. Tsirkin <[email protected]> ---------------------------------------------------------------- David Hildenbrand (1): MAINTAINERS: Add myself as virtio-balloon co-maintainer Gerd Hoffmann (1): acpi: add acpi=OnOffAuto machine property to x86 and arm virt Igor Mammedov (1): acpi: pcihp: fix left shift undefined behavior in acpi_pcihp_eject_slot() Li Feng (1): fix vhost_user_blk_watch crash Michael S. Tsirkin (1): checkpatch: enforce process for expected files Pan Nengyuan (3): virtio-serial-bus: Plug memory leak on realize() error paths virtio-blk: delete vqs on the error path in realize() virtio-iommu: avoid memleak in the unrealize Peter Maydell (1): hw/i386/amd_iommu.c: Fix corruption of log events passed to guest Stefano Garzarella (1): vhost-vsock: fix double close() in the realize() error path include/hw/acpi/acpi.h | 1 - include/hw/arm/virt.h | 2 ++ include/hw/i386/x86.h | 3 +++ include/hw/virtio/vhost-user-blk.h | 1 - hw/acpi/pcihp.c | 2 +- hw/arm/virt-acpi-build.c | 2 +- hw/arm/virt.c | 36 ++++++++++++++++++++++++++++++++++-- hw/block/vhost-user-blk.c | 19 ------------------- hw/block/virtio-blk.c | 3 +++ hw/char/virtio-serial-bus.c | 2 +- hw/i386/acpi-build.c | 2 +- hw/i386/amd_iommu.c | 2 +- hw/i386/pc.c | 4 ++-- hw/i386/pc_piix.c | 2 +- hw/i386/x86.c | 32 ++++++++++++++++++++++++++++++++ hw/virtio/vhost-vsock.c | 6 +++++- hw/virtio/virtio-iommu.c | 3 +++ softmmu/vl.c | 4 ++-- MAINTAINERS | 9 +++++++++ scripts/checkpatch.pl | 25 +++++++++++++++++++++++++ 20 files changed, 126 insertions(+), 34 deletions(-)
