The following changes since commit 83851c7c60c90e9fb6a23ff48076387a77bc33cd:
Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-10-27-v3-tag' into staging (2020-11-03 12:47:58 +0000) are available in the Git repository at: https://gitlab.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to 46fe962264f91946ca75d23667015d9ba081d6ef: qtest: escape device name in device-introspect-test (2020-11-04 07:29:56 -0500) ---------------------------------------------------------------- Doc and bug fixes ---------------------------------------------------------------- AlexChen (1): tests/qtest: Fix potential NULL pointer dereference in qos_build_main_args() Alexander Bulekov (5): scripts/oss-fuzz: rename bin/qemu-fuzz-i386 qtest: add a reproducer for LP#1878642 fuzz: fix writing DMA patterns fuzz: check the MR in the DMA callback fuzz: fuzz offsets within pio/mmio regions Bruce Rogers (1): configure: fix gio_libs reference Marc Hartmayer (1): meson: vhost-user-gpu/virtiofsd: use absolute path Paolo Bonzini (8): cutils: replace strdup with g_strdup docs: expand sourceset documentation meson: use b_staticpic=false for meson >=0.56.0 meson: fix warning for bad sphinx-build semihosting: fix order of initialization functions qapi, qemu-options: make all parsing visitors parse boolean options the same ivshmem-test: do not use short-form boolean option qtest: escape device name in device-introspect-test Peter Maydell (2): tests/qtest/libqtest.c: Check for setsockopt() failure tests/qtest/libqos/ahci.c: Avoid NULL dereference in ahci_exec() Philippe Mathieu-Daudé (2): exec: Remove dead code (CID 1432876) hw/isa/lpc_ich9: Ignore reserved/invalid SCI IRQ configure | 8 +- contrib/vhost-user-gpu/meson.build | 2 +- docs/devel/build-system.rst | 158 +++++++++++++++++++++++------------ docs/devel/kconfig.rst | 2 + docs/meson.build | 3 +- hw/isa/lpc_ich9.c | 14 +++- include/hw/i386/ich9.h | 1 + include/qapi/util.h | 2 + include/qemu/cutils.h | 1 + meson.build | 4 +- qapi/opts-visitor.c | 14 +--- qapi/qapi-util.c | 23 +++++ qapi/qobject-input-visitor.c | 6 +- qapi/string-input-visitor.c | 17 +--- scripts/oss-fuzz/build.sh | 4 +- softmmu/physmem.c | 10 +-- softmmu/vl.c | 4 +- tests/qemu-iotests/051.out | 6 +- tests/qemu-iotests/051.pc.out | 6 +- tests/qemu-iotests/133.out | 8 +- tests/qemu-iotests/137.out | 4 +- tests/qtest/device-introspect-test.c | 10 ++- tests/qtest/fuzz-test.c | 15 ++++ tests/qtest/fuzz/generic_fuzz.c | 44 +++++----- tests/qtest/fuzz/qos_fuzz.c | 3 +- tests/qtest/ivshmem-test.c | 2 +- tests/qtest/libqos/ahci.c | 5 +- tests/qtest/libqtest.c | 9 +- tools/virtiofsd/meson.build | 2 +- util/cutils.c | 2 +- util/qemu-option.c | 20 +---- 31 files changed, 239 insertions(+), 170 deletions(-) -- 2.26.2