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/release-arm in repository toolchain/ci/qemu.
from 7b17a1a841 Update version for v7.1.0-rc0 release adds eba088f91d block/parallels: Fix buffer-based write call adds 0c2cb3827e iotests/131: Add parallels regression test adds 3e4abe2c92 Merge tag 'pull-block-2022-07-27' of https://gitlab.com/vsem [...] adds 44602af858 RISC-V: Allow both Zmmul and M adds 54f2183630 hw/intc: sifive_plic: Fix multi-socket plic configuraiton adds a17001c423 Merge tag 'pull-riscv-to-apply-20220728' of github.com:alist [...] adds edccf661e6 hw/ppc: check if spapr_drc_index() returns NULL in spapr_nvdimm.c adds eda3f17bcd hw/ppc/ppc440_uc: Initialize length passed to cpu_physical_m [...] adds 0c9717ff35 target/ppc: Implement new wait variants adds 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 [...] adds fc2cc19ffa ci: Upgrade msys2 release to 20220603 adds 587858ed0d hw/loongarch: Rename file 'loongson3.XXX' to 'virt.XXX' adds 74725231d6 hw/loongarch: Change macro name 'LS7A_XXX' to 'VIRT_XXX' adds 3916603e0c Merge tag 'pull-la-20220729' of https://gitlab.com/rth7680/q [...]
No new revisions were added by this update.
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 +- MAINTAINERS | 2 +- accel/kvm/kvm-all.c | 2 +- block/parallels.c | 4 +- configure | 3 +- docs/devel/qom.rst | 3 +- hw/display/vga.c | 3 +- hw/intc/sifive_plic.c | 4 +- hw/loongarch/acpi-build.c | 18 ++-- hw/loongarch/meson.build | 2 +- hw/loongarch/{loongson3.c => virt.c} | 56 ++++++------- hw/ppc/ppc440_uc.c | 5 +- hw/ppc/spapr_nvdimm.c | 18 +++- include/hw/loongarch/virt.h | 8 +- include/hw/pci-host/ls7a.h | 43 +++++----- 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 +- target/loongarch/README | 2 +- target/ppc/internal.h | 3 + target/ppc/translate.c | 96 +++++++++++++++++++-- target/riscv/cpu.c | 5 -- 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/qemu-iotests/131 | 35 +++++++- tests/qemu-iotests/131.out | 13 +++ tests/tcg/s390x/Makefile.softmmu-target | 9 ++ tests/tcg/s390x/unaligned-lowcore.S | 19 +++++ ui/meson.build | 2 +- 62 files changed, 482 insertions(+), 174 deletions(-) rename hw/loongarch/{loongson3.c => virt.c} (93%) create mode 100644 tests/tcg/s390x/Makefile.softmmu-target create mode 100644 tests/tcg/s390x/unaligned-lowcore.S