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-aarch64 in repository toolchain/ci/qemu.
from 5d51042602 Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into [...] adds cda86e2b46 target/arm: Enable SCTLR_EL1.BT0 for aarch64-linux-user adds cf7c6d1004 target/arm: Split out cpregs.h adds 330477eae9 target/arm: Reorg CPAccessResult and access_check_cp_reg adds 5809ac5709 target/arm: Replace sentinels with ARRAY_SIZE in cpregs.h adds 10b0220e45 target/arm: Make some more cpreg data static const adds 87c3f0f2f7 target/arm: Reorg ARMCPRegInfo type field bits adds d385a60571 target/arm: Avoid bare abort() or assert(0) adds 3910733718 target/arm: Change cpreg access permissions to enum adds d95101d602 target/arm: Name CPState type adds cbe645856f target/arm: Name CPSecureState type adds 9da35a40fd target/arm: Drop always-true test in define_arm_vh_e2h_redir [...] adds 5860362d25 target/arm: Store cpregs key in the hash table directly adds c27f5d3a83 target/arm: Merge allocation of the cpreg and its name adds cac65299a4 target/arm: Hoist computation of key in add_cpreg_to_hashtable adds cc946d9669 target/arm: Consolidate cpreg updates in add_cpreg_to_hashtable adds 4c8c454115 target/arm: Use bool for is64 and ns in add_cpreg_to_hashtable adds 10748a9652 target/arm: Hoist isbanked computation in add_cpreg_to_hashtable adds dc44545b0d target/arm: Perform override check early in add_cpreg_to_hashtable adds 1859f8c35a target/arm: Reformat comments in add_cpreg_to_hashtable adds 7d00b4d8d3 target/arm: Remove HOST_BIG_ENDIAN ifdef in add_cpreg_to_hashtable adds ca56aac59f target/arm: Add isar predicates for FEAT_Debugv8p2 adds 25e168ab70 target/arm: Add isar_feature_{aa64,any}_ras adds 99a50d1a67 target/arm: read access to performance counters from EL0 adds e91b899411 Merge tag 'pull-target-arm-20220505' of https://git.linaro.o [...]
No new revisions were added by this update.
Summary of changes: hw/arm/pxa2xx.c | 2 +- hw/arm/pxa2xx_pic.c | 2 +- hw/intc/arm_gicv3_cpuif.c | 6 +- hw/intc/arm_gicv3_kvm.c | 3 +- target/arm/cpregs.h | 453 ++++++++++++++++++++++++++++++++++++++ target/arm/cpu.c | 25 +-- target/arm/cpu.h | 393 +++------------------------------ target/arm/cpu64.c | 2 +- target/arm/cpu_tcg.c | 5 +- target/arm/gdbstub.c | 5 +- target/arm/helper.c | 356 ++++++++++++------------------ target/arm/hvf/hvf.c | 2 +- target/arm/kvm-stub.c | 4 +- target/arm/kvm.c | 4 +- target/arm/machine.c | 4 +- target/arm/op_helper.c | 53 ++--- target/arm/translate-a64.c | 14 +- target/arm/translate-neon.c | 2 +- target/arm/translate.c | 13 +- tests/tcg/aarch64/Makefile.target | 6 +- tests/tcg/aarch64/bti-3.c | 42 ++++ 21 files changed, 735 insertions(+), 661 deletions(-) create mode 100644 target/arm/cpregs.h create mode 100644 tests/tcg/aarch64/bti-3.c