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 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 +- 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 +- 13 files changed, 684 insertions(+), 538 deletions(-)