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/release-aarch64 in repository toolchain/ci/qemu.
from 3bbe296c1c Merge remote-tracking branch 'remotes/hreitz-gitlab/tags/pul [...] adds e66e665f15 qemu-storage-daemon: Fix typo in vhost-user-blk help adds c0829cb1fd block: bdrv_set_backing_hd(): use drained section adds 520d8b40e8 block/export: Fix vhost-user-blk shutdown with requests in flight adds ac50419460 block/export/fuse: Rearrange if-else-if ladder in fuse_fallocate() adds 3c9c70347b block/export/fuse: Fix build failure on FreeBSD adds ef6ec0d779 block.h: remove outdated comment adds cb90ec3a36 qsd: Document fuse's allow-other option adds 111fbd74f6 qemu-img: Unify [-b [-F]] documentation adds 9e302f64bb block/rbd: fix handling of holes in .bdrv_co_block_status adds fc176116cd block/rbd: workaround for ceph issue #53784 adds 47cc1a3655 Merge remote-tracking branch 'remotes/kwolf-gitlab/tags/for- [...] adds eb9d35f686 bsd-user/signal.c: Only copy the _capsicum for FreeBSD_versi [...] adds f7c0e223ac Merge remote-tracking branch 'remotes/bsdimp/tags/bsd-user-f [...] adds 097defeb12 seabios-hppa: Update SeaBIOS-hppa to VERSION 3 adds 87e126ea14 hw/hppa: Allow up to 16 emulated CPUs adds 4a4554c6c5 hppa: Add support for an emulated TOC/NMI button. adds 3b21d998a1 hw/display/artist: rewrite vram access mode handling adds 3615cea471 hw/display/artist: Mouse cursor fixes for HP-UX adds d449eee3af hw/display/artist: Fix draw_line() artefacts adds 8f3e5ce773 Merge remote-tracking branch 'remotes/hdeller/tags/hppa-upda [...] adds fa73e6e4ca python/aqmp: Fix negotiation with pre-"oob" QEMU adds 50465f94d2 python/machine: raise VMLaunchFailure exception from launch() adds 74a1505d27 python: upgrade mypy to 0.780 adds b0b662bb2b python/aqmp: add socket bind step to legacy.py adds 31f59af395 Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/pyth [...]
No new revisions were added by this update.
Summary of changes: block.c | 4 + block/export/fuse.c | 45 +-- block/export/vhost-user-blk-server.c | 5 + block/rbd.c | 52 +++- bsd-user/signal-common.h | 5 + bsd-user/signal.c | 5 + docs/tools/qemu-img.rst | 2 +- docs/tools/qemu-storage-daemon.rst | 9 +- hw/display/artist.c | 463 +++++++++++++----------------- hw/display/trace-events | 8 +- hw/hppa/hppa_hardware.h | 5 +- hw/hppa/machine.c | 35 ++- include/qemu/vhost-user-server.h | 5 + pc-bios/hppa-firmware.img | Bin 757144 -> 701964 bytes python/Pipfile.lock | 66 +++-- python/qemu/aqmp/legacy.py | 3 + python/qemu/aqmp/protocol.py | 41 ++- python/qemu/aqmp/qmp_client.py | 4 +- python/qemu/machine/machine.py | 45 ++- python/setup.cfg | 2 +- qemu-img-cmds.hx | 4 +- roms/seabios-hppa | 2 +- storage-daemon/qemu-storage-daemon.c | 4 +- target/hppa/cpu.c | 2 +- target/hppa/cpu.h | 5 + target/hppa/helper.h | 1 + target/hppa/insns.decode | 1 + target/hppa/int_helper.c | 19 +- target/hppa/op_helper.c | 7 +- target/hppa/translate.c | 10 + tests/qemu-iotests/tests/mirror-top-perms | 3 +- util/vhost-user-server.c | 22 ++ 32 files changed, 534 insertions(+), 350 deletions(-)