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-aarch64-check_cross in repository toolchain/ci/qemu.
from 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 +- 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 ++- include/hw/virtio/virtio-gpu.h | 1 + include/qapi/forward-visitor.h | 27 +++ meson.build | 4 +- qapi/meson.build | 1 + qapi/qapi-forward-visitor.c | 326 +++++++++++++++++++++++++++++++++++ qom/object.c | 9 +- softmmu/vl.c | 1 + target/i386/cpu.c | 19 +- target/i386/host-cpu.c | 13 +- target/i386/kvm/kvm-cpu.c | 105 +++++------ target/i386/tcg/sysemu/misc_helper.c | 7 + target/i386/tcg/sysemu/svm_helper.c | 10 +- target/i386/tcg/tcg-cpu.c | 11 +- tests/unit/meson.build | 1 + tests/unit/test-forward-visitor.c | 197 +++++++++++++++++++++ 22 files changed, 724 insertions(+), 129 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