This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/qemu.
from 741bdeb1d5 Merge remote-tracking branch 'remotes/kwolf/tags/for-upstrea [...] new 2863bd565c MAINTAINERS: Add myself as a reviewer for SDL audio new 584ab347ce MAINTAINERS: add myself as partial audio reviewer new f5918a9928 microvm: add device tree support. new 760deab30e ui/gtk: Update the refresh rate for gl-area too new 55f4b767f6 ui/gtk: skip any extra draw of same guest scanout blob res new 0c9d0641ac ui/console: replace QEMUFIFO with Fifo8 new ec22251904 ui/console: replace kbd_timer with chr_accept_input callback new 014b00cc0a ui/console: remove chardev frontend connected test new 7c8d295b27 hw/misc: deprecate the 'sga' device new 58d7d4c786 usb-storage: tag usb_msd_csw as packed struct new 58b6476164 Merge remote-tracking branch 'remotes/kraxel/tags/misc-20211 [...]
The 11 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .gitlab-ci.d/buildtest.yml | 1 - MAINTAINERS | 4 + configs/targets/i386-softmmu.mak | 1 + configs/targets/x86_64-softmmu.mak | 1 + docs/about/deprecated.rst | 10 ++ hw/display/virtio-gpu-udmabuf.c | 2 +- hw/i386/meson.build | 2 +- hw/i386/microvm-dt.c | 341 +++++++++++++++++++++++++++++++++++++ hw/i386/microvm-dt.h | 8 + hw/i386/microvm.c | 2 + hw/misc/sga.c | 2 + include/hw/i386/microvm.h | 4 + include/hw/usb/msd.h | 2 +- include/ui/console.h | 1 + ui/console.c | 109 ++++-------- ui/gtk-egl.c | 40 +++-- ui/gtk-gl-area.c | 52 +++--- 17 files changed, 466 insertions(+), 116 deletions(-) create mode 100644 hw/i386/microvm-dt.c create mode 100644 hw/i386/microvm-dt.h