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-arm in repository toolchain/ci/qemu.
from a74c66b1b9 Merge tag 'block-pull-request' of https://gitlab.com/stefanh [...] adds f8333de279 target/s390x/tcg: SPX: check validity of new prefix adds 2ba3cc4767 pc-bios/s390-ccw: Add a proper prototype for main() adds 1f2c2ee48e pc-bios/s390-ccw/virtio: Introduce a macro for the DASD block size adds 422865f667 pc-bios/s390-ccw/bootmap: Improve the guessing logic in zipl [...] adds bbf615f7b7 pc-bios/s390-ccw/virtio-blkdev: Simplify/fix virtio_ipl_disk [...] adds 5447de2619 pc-bios/s390-ccw/virtio-blkdev: Remove virtio_assume_scsi() adds 175aa06a15 pc-bios/s390-ccw/virtio: Set missing status bits while initializing adds aa5c69ce99 pc-bios/s390-ccw/virtio: Read device config after feature ne [...] adds 0708248857 pc-bios/s390-ccw/virtio: Beautify the code for reading virtq [...] adds cf30b7c4a9 pc-bios/s390-ccw: Split virtio-scsi code from virtio_blk_set [...] adds 9125a314cc pc-bios/s390-ccw/virtio-blkdev: Request the right feature bits adds 3953ae1868 pc-bios/s390-ccw/virtio: Remove "extern" keyword from prototypes adds e2269220ac pc-bios/s390-ccw/netboot.mak: Ignore Clang's warnings about [...] adds 4c4156db1c pc-bios/s390-ccw: Update the s390-ccw bios binaries with the [...] adds b67b6c7ce4 target/s390x: Remove DISAS_GOTO_TB adds 8ec2edac5f target/s390x: Remove DISAS_PC_STALE adds 872e13796f target/s390x: Remove DISAS_PC_STALE_NOCHAIN adds 3d8111fd3b target/s390x: Exit tb after executing ex_value adds 212267df2b Merge tag 'pull-request-2022-07-07' of https://gitlab.com/th [...] adds 5242876f37 hw/arm/virt: dt: add rng-seed property adds a4f3791143 target/arm: Fix MTE check in sve_ldnfff1_r adds 95047cdeb3 target/arm: Record tagged bit for user-only in sve_probe_page adds 573b8ec700 target/arm: Fix code style issues in debug helper functions adds f43ee493c2 target/arm: Move define_debug_regs() to debug_helper.c adds 40b200279c target/arm: Suppress debug exceptions when OS Lock set adds 09754ca867 target/arm: Implement AArch32 DBGDEVID, DBGDEVID1, DBGDEVID2 adds f94a6df5dd target/arm: Correctly implement Feat_DoubleLock adds c2360eaa02 target/arm: Fix qemu-system-arm handling of LPAE block descr [...] adds 63b38f6c85 Merge tag 'pull-target-arm-20220707' of https://git.linaro.o [...]
No new revisions were added by this update.
Summary of changes: docs/about/deprecated.rst | 8 + docs/system/arm/virt.rst | 17 +- hw/arm/virt.c | 44 +-- include/hw/arm/virt.h | 2 +- pc-bios/s390-ccw.img | Bin 50936 -> 42608 bytes pc-bios/s390-ccw/bootmap.c | 27 +- pc-bios/s390-ccw/main.c | 27 +- pc-bios/s390-ccw/netboot.mak | 7 +- pc-bios/s390-ccw/s390-ccw.h | 1 + pc-bios/s390-ccw/virtio-blkdev.c | 91 +----- pc-bios/s390-ccw/virtio-scsi.c | 19 +- pc-bios/s390-ccw/virtio-scsi.h | 2 +- pc-bios/s390-ccw/virtio.c | 28 +- pc-bios/s390-ccw/virtio.h | 16 +- pc-bios/s390-netboot.img | Bin 79688 -> 67232 bytes target/arm/cpregs.h | 3 + target/arm/cpu.h | 27 ++ target/arm/cpu64.c | 6 + target/arm/cpu_tcg.c | 6 + target/arm/debug_helper.c | 580 +++++++++++++++++++++++++++++++++++++++ target/arm/helper.c | 513 +--------------------------------- target/arm/internals.h | 9 + target/arm/ptw.c | 2 +- target/arm/sve_helper.c | 5 +- target/s390x/tcg/misc_helper.c | 7 + target/s390x/tcg/translate.c | 42 ++- 26 files changed, 813 insertions(+), 676 deletions(-)