The following changes since commit f3d0bec9f80e4ed7796fffa834ba0a53f2094f7f:
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-06-14' into staging (2019-06-14 14:46:13 +0100) 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 5f6b3561bf58395fd6c906d7064a1a5693a2e426: tests/rebuild-expected-aml.sh: blow out difflist (2019-06-16 16:44:44 -0400) ---------------------------------------------------------------- virtio, acpi: fixes, cleanups A bunch of minor fixes all over the place. Signed-off-by: Michael S. Tsirkin <m...@redhat.com> ---------------------------------------------------------------- Gerd Hoffmann (1): q35: fix mmconfig and PCI0._CRS Li Hangjing (1): vhost: fix vhost_log size overflow during migration Marc-André Lureau (6): vhost-user-gpu: do not send scanout update if no GPU socket vhost-user: check unix_listen() return value vhost-user: improve error report vhost-user-input: check ioctl(EVIOCGNAME) return value vhost-user-gpu: initialize msghdr & iov at declaration docs/vhost-user.json: some firmware.json copy leftovers Michael S. Tsirkin (2): q35: update DSDT tests/rebuild-expected-aml.sh: blow out difflist Wei Yang (1): hw/acpi: extract acpi_add_rom_blob() docs/interop/vhost-user.json | 6 ++--- include/hw/acpi/utils.h | 9 +++++++ contrib/vhost-user-gpu/main.c | 29 +++++++++++------------ contrib/vhost-user-input/main.c | 12 ++++++++-- hw/acpi/utils.c | 35 ++++++++++++++++++++++++++++ hw/arm/virt-acpi-build.c | 26 ++++++++------------- hw/i386/acpi-build.c | 40 +++++++++++++++++++------------- hw/pci-host/q35.c | 31 +++++++------------------ hw/virtio/vhost.c | 10 ++++++++ hw/acpi/Makefile.objs | 2 +- tests/data/acpi/q35/DSDT | Bin 7815 -> 7841 bytes tests/data/acpi/q35/DSDT.bridge | Bin 7832 -> 7858 bytes tests/data/acpi/q35/DSDT.cphp | Bin 8278 -> 8304 bytes tests/data/acpi/q35/DSDT.dimmpxm | Bin 9468 -> 9494 bytes tests/data/acpi/q35/DSDT.ipmibt | Bin 7890 -> 7916 bytes tests/data/acpi/q35/DSDT.memhp | Bin 9174 -> 9200 bytes tests/data/acpi/q35/DSDT.mmio64 | Bin 8945 -> 8971 bytes tests/data/acpi/q35/DSDT.numamem | Bin 7821 -> 7847 bytes tests/data/acpi/rebuild-expected-aml.sh | 3 +++ 19 files changed, 127 insertions(+), 76 deletions(-) create mode 100644 include/hw/acpi/utils.h create mode 100644 hw/acpi/utils.c