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 0cac736e73 Merge tag 'pull-riscv-to-apply-20220525' of github.com:alist [...] adds 3569664ee9 qga: add guest-get-diskstats command for Linux guests adds 323f3a8f22 trivial: qga: Log version on start adds 2e7b218958 tests: Bump Fedora image version for cross-compilation adds b9a002609f qga-win32: Add support for NVME bus type adds ffae6d9585 Merge tag 'qga-win32-pull-2022-05-25' of github.com:kostyanf [...] adds 60f1c8017a linux-user: Clean up arg_start/arg_end confusion adds c3a28d7122 linux-user/syscall.c: fix build without RLIMIT_RTTIME adds 2f6f4290e0 linux-user/elfload: Remove pointless non-const CPUArchState cast adds a0939b8916 linux-user: Have do_syscall() use CPUArchState* instead of void* adds 0effdc29b5 linux-user: Remove pointless CPU{ARCH}State casts adds 9a12adc704 linux-user/s390x: Fix unwinding from signal handlers adds 1a75b14038 tests/tcg/s390x: Test unwinding from signal handlers adds 565a84c1e6 linux-user/host/s390: Treat EX and EXRL as writes adds 6882d65161 Merge tag 'linux-user-for-7.1-pull-request' of https://gitla [...] adds 29320530cf docs: Correct the default thread-pool-size adds 7929f75f34 Merge tag 'block-pull-request' of https://gitlab.com/stefanh [...] new 3d393bb7d3 docs: add minibmc section in aspeed document new fa699e80a8 hw/arm/aspeed: Add fby35 machine type new 264a360ae0 docs: aspeed: Add fby35 board new 188052a133 hw: m25p80: allow write_enable latch get/set new 699db71520 aspeed: Introduce a get_irq AspeedSoCClass method new ab5e86053d hw: aspeed: Add missing UART's new c5e1bdb9e2 hw: aspeed: Add uarts_num SoC attribute new 94d10f4210 hw: aspeed: Ensure AST1030 respects uart-default new 470253b6d0 hw: aspeed: Introduce common UART init function new 6827ff20b2 hw: aspeed: Init all UART's with serial devices new 7b1d21a8ba hw/gpio Add GPIO read/write trace event. new 17075ef244 hw/gpio: Add ASPEED GPIO model for AST1030 new 247c00294a hw/gpio support GPIO index mode for write operation. new 554c294514 hw/gpio: replace HWADDR_PRIx with PRIx64 new 52bcd99780 hw/arm/aspeed: Add i2c devices for AST2600 EVB new 6291d2588f Merge tag 'pull-aspeed-20220525' of https://github.com/legoa [...]
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/system/arm/aspeed.rst | 62 +++++ docs/tools/virtiofsd.rst | 2 +- hw/arm/aspeed.c | 74 +++++- hw/arm/aspeed_ast10x0.c | 48 +++- hw/arm/aspeed_ast2600.c | 32 ++- hw/arm/aspeed_soc.c | 46 +++- hw/block/m25p80.c | 1 + hw/gpio/aspeed_gpio.c | 257 +++++++++++++++++++-- hw/gpio/trace-events | 4 + include/hw/arm/aspeed_soc.h | 13 ++ include/hw/gpio/aspeed_gpio.h | 16 +- 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/qtest/aspeed_gpio-test.c | 40 +--- tests/qtest/aspeed_smc-test.c | 43 ++++ tests/qtest/libqtest.c | 24 ++ tests/qtest/libqtest.h | 22 ++ tests/tcg/s390x/signals-s390x.c | 69 ++++-- 35 files changed, 1084 insertions(+), 264 deletions(-)