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 d6f229f9a0 Update version for v7.0.0-rc0 release new d0a17829d0 tests/tcg: drop -cpu max from s390x sha512-mvx invocation new fc3dd86a29 s390x/tcg: Fix BRASL with a large negative offset new 16ed5f1421 s390x/tcg: Fix BRCL with a large negative offset new c587bddb53 tests/tcg/s390x: Test BRASL and BRCL with large negative offsets new 5e2d19b3cd tests/avocado: start PhoneServer upfront new 46697cb96e accel/tcg: Fix cpu_ldq_be_mmu typo new 377bf6f37d softmmu: List CPU types again new 1d60bb4b14 Merge tag 'pull-request-2022-03-15v2' of https://gitlab.com/ [...]
The 8 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: accel/tcg/cputlb.c | 2 +- cpu.c | 9 +++++ include/exec/cpu-common.h | 2 + include/sysemu/cpus.h | 2 - softmmu/cpus.c | 8 ---- target/s390x/tcg/translate.c | 4 +- tests/avocado/avocado_qemu/__init__.py | 13 ++++--- tests/tcg/s390x/Makefile.target | 3 +- tests/tcg/s390x/branch-relative-long.c | 68 ++++++++++++++++++++++++++++++++++ 9 files changed, 90 insertions(+), 21 deletions(-) create mode 100644 tests/tcg/s390x/branch-relative-long.c