This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-release-arm-build_cross in repository toolchain/ci/qemu.
from beb1913858 Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-t [...] adds e72f9524fe qemu-config: never call the callback after an error, fix leak adds 461fea9bf1 qemu-config: fix memory leak on ferror() adds dadafe6785 vl: Parse legacy default_machine_opts adds f288d9932c chardev-spice: add missing module_obj directive adds 670b359193 usb: fix usb-host dependency check adds 40e07370f2 qemu-config: restore "machine" in qmp_query_command_line_options() adds b128b25a5a target/i386: Added V_INTR_PRIO check to virtual interrupts adds 213ff024a2 target/i386: Added consistency checks for CR4 adds d499f196fe target/i386: Added consistency checks for EFER adds c10852afb6 configure: Drop obsolete check for the alloc_size attribute adds ac34711171 meson: fix dependencies for modinfo adds 332008e0b9 configure: Fix --without-default-features propagation to meson adds 3a6a1256d4 configure: Allow vnc to get disabled with --without-default- [...] adds bcf0a7dabd configure: Fix the default setting of the "xen" feature adds 0848f8aca6 configure: Let --without-default-features disable vhost-kern [...] adds 7b7ca8ebde Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/fo [...] adds dc2deaba48 hw/display/virtio-gpu: Fix memory leak (CID 1453811) adds 39b8a183e2 qxl: remove assert in qxl_pre_save. adds dcc5fc2a3a Revert "qxl: add migration blocker to avoid pre-save assert" adds 02f9725f3d hw/display: fail early when multiple virgl devices are requested adds f29d52611c vl: add virtio-vga-gl to the default_list adds 8a13b9bc0f hw/display: fix virgl reset regression adds a146af86c8 Merge remote-tracking branch 'remotes/kraxel/tags/vga-202107 [...] adds 917ddc27d8 meson: fix dependencies for modinfo #2 adds 3407259b20 target/i386: Added consistency checks for CR3 adds 5b8978d804 i386: do not call cpudef-only models functions for max, host, base adds 4ade3ea145 MAINTAINERS: Replace Eduardo as "Host Memory Backends" maintainer adds 07b315ba92 MAINTAINERS: Add Peter Xu and myself as co-maintainer of "Me [...] adds 9f04dd7f5a MAINTAINERS: Add memory_mapping.h and memory_mapping.c to "M [...] adds eafadbbbac gitlab: only let pages be published from default branch adds 18fa3ebc45 qapi: introduce forwarding visitor adds cbc94d9702 qom: use correct field name when getting/setting alias properties adds a2376507f6 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/fo [...]
No new revisions were added by this update.
Summary of changes: .gitlab-ci.d/buildtest.yml | 18 ++ MAINTAINERS | 6 +- chardev/spice.c | 1 + configure | 20 +-- hw/display/qxl.c | 35 +--- hw/display/qxl.h | 1 - hw/display/virtio-gpu-gl.c | 27 +-- hw/display/virtio-gpu-virgl.c | 8 +- hw/display/virtio-gpu.c | 26 ++- hw/usb/meson.build | 2 +- include/hw/virtio/virtio-gpu.h | 1 + include/qapi/forward-visitor.h | 27 +++ meson.build | 10 +- qapi/meson.build | 1 + qapi/qapi-forward-visitor.c | 326 +++++++++++++++++++++++++++++++++++ qom/object.c | 9 +- softmmu/vl.c | 2 + target/i386/cpu.c | 19 +- target/i386/cpu.h | 44 +++++ target/i386/host-cpu.c | 13 +- target/i386/kvm/kvm-cpu.c | 105 +++++------ target/i386/tcg/sysemu/misc_helper.c | 10 ++ target/i386/tcg/sysemu/svm_helper.c | 70 +++++++- target/i386/tcg/tcg-cpu.c | 11 +- tests/unit/meson.build | 1 + tests/unit/test-forward-visitor.c | 197 +++++++++++++++++++++ util/qemu-config.c | 16 +- 27 files changed, 849 insertions(+), 157 deletions(-) create mode 100644 include/qapi/forward-visitor.h create mode 100644 qapi/qapi-forward-visitor.c create mode 100644 tests/unit/test-forward-visitor.c