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_check_gcc/master-aarch64 in repository toolchain/ci/qemu.
from a72d900809 Merge tag 'pull-nbd-2022-04-26' of https://repo.or.cz/qemu/e [...] adds b826044fc0 accel/tcg: Assert mmu_idx in range before use in cputlb adds 21641ee5a9 target/s390x: Fix the accumulation of ccm in op_icm adds 0cbc135917 target/i386: Suppress coverity warning on fsave/frstor adds b880867f15 softfloat: Fix declaration of partsN_compare adds 9343c88444 softfloat: Use FloatRelation within partsN_compare adds dee3fcfbb3 softfloat: Use FloatRelation for fracN_cmp adds 34723f5937 Merge tag 'pull-tcg-20220426' of https://gitlab.com/rth7680/ [...] adds 67ae042737 hw/display/vmware_vga: do not discard screen updates adds 95f8510ef4 Replacing CONFIG_VNC_PNG with CONFIG_PNG adds 9a0a119a38 Added parameter to take screenshot with screendump as PNG adds d708f99d85 ui/vnc: refactor arrays of addresses to SocketAddressList adds abea19468e qapi/ui: add 'display-update' command for changing listen address adds 0d90da8203 avocado/vnc: add test_change_listen adds 2aa6a39bc8 i386: move bios load error message adds 966f1ca56f i386: factor out x86_firmware_configure() adds a8152c4e46 i386: firmware parsing and sev setup for -bios loaded firmware adds cf6f26d6f9 Merge tag 'kraxel-20220427-pull-request' of git://git.kraxel [...]
No new revisions were added by this update.
Summary of changes: accel/tcg/cputlb.c | 40 ++++-- docs/about/removed-features.rst | 3 +- fpu/softfloat-parts.c.inc | 11 +- fpu/softfloat.c | 20 +-- hmp-commands.hx | 11 +- hw/display/trace-events | 1 + hw/display/vmware_vga.c | 41 ++++--- hw/i386/pc_sysfw.c | 36 +++--- hw/i386/x86.c | 32 +++-- include/hw/i386/x86.h | 3 + include/ui/console.h | 1 + meson.build | 12 +- meson_options.txt | 4 +- monitor/hmp-cmds.c | 12 +- monitor/qmp-cmds.c | 15 +++ qapi/ui.json | 89 +++++++++++++- scripts/ci/org.centos/stream/8/x86_64/configure | 4 +- scripts/coverity-scan/run-coverity-scan | 2 +- scripts/meson-buildoptions.sh | 6 +- target/i386/tcg/fpu_helper.c | 4 +- target/s390x/tcg/translate.c | 2 +- tests/avocado/vnc.py | 63 ++++++++++ ui/console.c | 101 ++++++++++++++- ui/vnc-enc-tight.c | 18 +-- ui/vnc.c | 156 ++++++++++++------------ ui/vnc.h | 2 +- 26 files changed, 504 insertions(+), 185 deletions(-)