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 097ccbbbaf Merge tag 'qemu-sparc-20220626' of https://github.com/mcayla [...] adds ba1a6723f5 sphinx: change default language to 'en' adds 55bd445c41 accel: Introduce current_accel_name() adds 045e50641f target/arm: Catch invalid kvm state also for hvf adds 9e5ec745e3 target/arm: Implement TPIDR2_EL0 adds 6b2ca83e4c target/arm: Add SMEEXC_EL to TB flags adds 58b2908ee1 target/arm: Add syn_smetrap adds bca063d579 target/arm: Add ARM_CP_SME adds c37e6ac9eb target/arm: Add SVCR adds de5619887c target/arm: Add SMCR_ELx adds d5b1223ac1 target/arm: Add SMIDR_EL1, SMPRI_EL1, SMPRIMAP_EL2 adds a3637e8882 target/arm: Add PSTATE.{SM,ZA} to TB flags adds dc993a01a7 target/arm: Add the SME ZA storage to CPUARMState adds f84734b874 target/arm: Implement SMSTART, SMSTOP adds 531cc51037 target/arm: Move error for sve%d property to arm_cpu_sve_finalize adds 7f9e25a6e4 target/arm: Create ARMVQMap adds 0f40784eac target/arm: Generalize cpu_arm_{get,set}_vq adds 515816a82c target/arm: Generalize cpu_arm_{get, set}_default_vec_len adds 073011612b target/arm: Move arm_cpu_*_finalize to internals.h adds 70cc9ee19e target/arm: Unexport aarch64_add_*_properties adds e74c097638 target/arm: Add cpu properties for SME adds 6ca54aa9a8 target/arm: Introduce sve_vqm1_for_el_sm adds 5d7953adcf target/arm: Add SVL to TB flags adds d61d1b8600 target/arm: Move pred_{full, gvec}_reg_{offset, size} to tra [...] adds 22536b1324 target/arm: Extend arm_pamax to more than aarch64 adds 59e1b8a22e target/arm: Check V7VE as well as LPAE in arm_pamax adds 29f6db7566 Merge tag 'pull-target-arm-20220627' of https://git.linaro.o [...]
No new revisions were added by this update.
Summary of changes: accel/accel-common.c | 8 + docs/conf.py | 2 +- docs/system/arm/cpu-features.rst | 56 ++++++ hw/arm/virt.c | 10 +- include/qemu/accel.h | 1 + softmmu/vl.c | 3 +- target/arm/cpregs.h | 5 + target/arm/cpu.c | 32 +++- target/arm/cpu.h | 103 ++++++++--- target/arm/cpu64.c | 205 ++++++++++++++++------ target/{i386/tcg/tcg-stub.c => arm/helper-sme.h} | 12 +- target/arm/helper.c | 213 ++++++++++++++++++++++- target/arm/helper.h | 1 + target/arm/internals.h | 4 + target/arm/kvm64.c | 2 +- target/arm/machine.c | 34 ++++ target/arm/meson.build | 1 + target/arm/ptw.c | 26 ++- target/arm/sme_helper.c | 61 +++++++ target/arm/syndrome.h | 14 ++ target/arm/translate-a64.c | 46 +++++ target/arm/translate-a64.h | 38 ++++ target/arm/translate-sve.c | 36 ---- target/arm/translate.h | 6 + 24 files changed, 765 insertions(+), 154 deletions(-) copy target/{i386/tcg/tcg-stub.c => arm/helper-sme.h} (76%) create mode 100644 target/arm/sme_helper.c