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-arm in repository toolchain/ci/qemu.
from cc42559ab1 Merge tag 'pull-ppc-20220728' of https://gitlab.com/danielhb [...] adds feb6cb9369 tests: refresh to latest libvirt-ci module adds 998f334722 gitlab: show testlog.txt contents when cirrus/custom-runner [...] adds ca58b4931e gitlab: drop 'containers-layer2' stage adds 6ad5208661 .cirrus.yml: Change winsymlinks to 'native' adds 93a02e822f .gitlab-ci.d/windows.yml: Enable native Windows symlink adds aed04e6357 semihosting: Don't return negative values on qemu_semihostin [...] adds 45704e8904 semihosting: Don't copy buffer after console_write() adds fed49cdf6a semihosting: Check for errors on SET_ARG() adds 9b1268f55c semihosting: Fix handling of buffer in TARGET_SYS_TMPNAM adds 0882caf4d6 qapi: Add exit-failure PanicAction adds 503e549e44 tests/tcg/s390x: Test unaligned accesses to lowcore adds 28053143ab docs/devel: fix description of OBJECT_DECLARE_SIMPLE_TYPE adds 1235cf7d31 qemu-options: bring the kernel and image options together adds 0279d0e6b5 Merge tag 'pull-testing-next-290722-1' of https://github.com [...] adds d82b11f699 ui: dbus-display requires CONFIG_GBM adds 37e7b86766 vga: fix incorrect line height in 640x200x2 mode adds bb7e03cb56 stubs: update replay-tools to match replay.h types adds 705c881f7d configure: Fix ppc container_cross_cc substitution adds 47c182fe8b kvm: don't use perror() without useful errno adds ebc55f523c configure: pass correct cflags to container-based cross compilers adds 9fac07bea8 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu [...] new fc2cc19ffa ci: Upgrade msys2 release to 20220603
The 1 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: .cirrus.yml | 4 +- .gitlab-ci.d/cirrus/build.yml | 3 +- .gitlab-ci.d/cirrus/freebsd-12.vars | 3 +- .gitlab-ci.d/cirrus/freebsd-13.vars | 3 +- .gitlab-ci.d/cirrus/macos-11.vars | 4 +- .gitlab-ci.d/container-cross.yml | 24 +++--- .../custom-runners/centos-stream-8-x86_64.yml | 2 + .../custom-runners/ubuntu-20.04-aarch32.yml | 2 + .../custom-runners/ubuntu-20.04-aarch64.yml | 12 +++ .gitlab-ci.d/custom-runners/ubuntu-20.04-s390x.yml | 12 +++ .gitlab-ci.d/stages.yml | 1 - .gitlab-ci.d/windows.yml | 4 +- accel/kvm/kvm-all.c | 2 +- configure | 3 +- docs/devel/qom.rst | 3 +- hw/display/vga.c | 3 +- include/sysemu/sysemu.h | 2 +- meson.build | 4 +- qapi/run-state.json | 5 +- qemu-options.hx | 98 +++++++++++++++++----- semihosting/arm-compat-semi.c | 29 +++++-- semihosting/console.c | 3 +- semihosting/syscalls.c | 2 +- softmmu/main.c | 6 +- softmmu/runstate.c | 17 +++- stubs/replay-tools.c | 9 +- target/arm/kvm.c | 2 +- tests/docker/dockerfiles/alpine.docker | 4 +- tests/docker/dockerfiles/centos8.docker | 6 +- tests/docker/dockerfiles/debian-amd64.docker | 2 + tests/docker/dockerfiles/debian-arm64-cross.docker | 2 + tests/docker/dockerfiles/debian-armel-cross.docker | 2 + tests/docker/dockerfiles/debian-armhf-cross.docker | 2 + .../dockerfiles/debian-mips64el-cross.docker | 2 + .../docker/dockerfiles/debian-mipsel-cross.docker | 2 + .../docker/dockerfiles/debian-ppc64el-cross.docker | 2 + tests/docker/dockerfiles/debian-s390x-cross.docker | 2 + tests/docker/dockerfiles/fedora.docker | 3 +- tests/docker/dockerfiles/opensuse-leap.docker | 7 +- tests/docker/dockerfiles/ubuntu2004.docker | 2 + tests/lcitool/libvirt-ci | 2 +- tests/lcitool/projects/qemu.yml | 6 +- tests/lcitool/refresh | 4 +- tests/tcg/s390x/Makefile.softmmu-target | 9 ++ tests/tcg/s390x/unaligned-lowcore.S | 19 +++++ ui/meson.build | 2 +- 46 files changed, 258 insertions(+), 84 deletions(-) create mode 100644 tests/tcg/s390x/Makefile.softmmu-target create mode 100644 tests/tcg/s390x/unaligned-lowcore.S