Hi Michael, Here's the aarch64-linux-user TPIDR2_EL0 fixes backported to the stable-7.2 branch. Including all of the aarch64_set_svcr cleanups is probably overkill, but I think it was clearer that way.
r~ Peter Maydell (2): linux-user/aarch64: Clear TPIDR2_EL0 when delivering signals linux-user/aarch64: Support TPIDR2_MAGIC signal frame record Richard Henderson (7): target/arm/sme: Reorg SME access handling in handle_msr_i() target/arm/sme: Rebuild hflags in set_pstate() helpers target/arm/sme: Introduce aarch64_set_svcr() target/arm/sme: Reset SVE state in aarch64_set_svcr() target/arm/sme: Reset ZA state in aarch64_set_svcr() target/arm/sme: Rebuild hflags in aarch64_set_svcr() target/arm/sme: Unify set_pstate() SM/ZA helpers as set_svcr() target/arm/cpu.h | 2 +- target/arm/helper-sme.h | 3 +- linux-user/aarch64/cpu_loop.c | 11 ++----- linux-user/aarch64/signal.c | 55 ++++++++++++++++++++++++++++------- target/arm/helper.c | 41 ++++++++++++++++++++++++-- target/arm/sme_helper.c | 37 ++--------------------- target/arm/translate-a64.c | 19 +++++------- 7 files changed, 95 insertions(+), 73 deletions(-) -- 2.43.0