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 0cac736e73 Merge tag 'pull-riscv-to-apply-20220525' of github.com:alist [...] new 3569664ee9 qga: add guest-get-diskstats command for Linux guests new 323f3a8f22 trivial: qga: Log version on start new 2e7b218958 tests: Bump Fedora image version for cross-compilation new b9a002609f qga-win32: Add support for NVME bus type new ffae6d9585 Merge tag 'qga-win32-pull-2022-05-25' of github.com:kostyanf [...] new 60f1c8017a linux-user: Clean up arg_start/arg_end confusion new c3a28d7122 linux-user/syscall.c: fix build without RLIMIT_RTTIME new 2f6f4290e0 linux-user/elfload: Remove pointless non-const CPUArchState cast new a0939b8916 linux-user: Have do_syscall() use CPUArchState* instead of void* new 0effdc29b5 linux-user: Remove pointless CPU{ARCH}State casts new 9a12adc704 linux-user/s390x: Fix unwinding from signal handlers new 1a75b14038 tests/tcg/s390x: Test unwinding from signal handlers new 565a84c1e6 linux-user/host/s390: Treat EX and EXRL as writes new 6882d65161 Merge tag 'linux-user-for-7.1-pull-request' of https://gitla [...] new 29320530cf docs: Correct the default thread-pool-size new 7929f75f34 Merge tag 'block-pull-request' of https://gitlab.com/stefanh [...]
The 16 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: docs/tools/virtiofsd.rst | 2 +- linux-user/elfload.c | 12 +- linux-user/include/host/s390/host-signal.h | 7 + linux-user/linuxload.c | 12 +- linux-user/main.c | 4 +- linux-user/qemu.h | 12 +- linux-user/s390x/signal.c | 5 + linux-user/strace.c | 202 ++++++++++----------- linux-user/strace.h | 4 +- linux-user/syscall.c | 83 +++++---- linux-user/uname.c | 4 +- linux-user/uname.h | 2 +- linux-user/user-internals.h | 18 +- qga/commands-posix.c | 123 +++++++++++++ qga/commands-win32.c | 11 ++ qga/main.c | 2 + qga/qapi-schema.json | 86 +++++++++ semihosting/arm-compat-semi.c | 4 +- tests/docker/dockerfiles/fedora-win32-cross.docker | 2 +- tests/docker/dockerfiles/fedora-win64-cross.docker | 2 +- tests/tcg/s390x/signals-s390x.c | 69 +++++-- 21 files changed, 477 insertions(+), 189 deletions(-)