Note that patch 4 will conflict with patch 5 of the FEAT_GCS patch set, and I'm inclined to think this cleanup might go first.
This is otherwise a reasonably simple extension. r~ Richard Henderson (10): target/arm: Add isar feature test for FEAT_RME_GPC2 target/arm: Add GPCCR fields from ARM revision L.b target/arm: Enable FEAT_RME_GPC2 bits in gpccr_write target/arm: Add cur_space to S1Translate target/arm: GPT_Secure is reserved without FEAT_SEL2 target/arm: Implement GPT_NonSecureOnly target/arm: Implement SPAD, NSPAD, RLPAD target/arm: Fix GPT fault type for address outside PPS target/arm: Implement APPSAA target/arm: Enable FEAT_RME_GPC2 for -cpu max with x-rme target/arm/cpu-features.h | 5 ++ target/arm/cpu.h | 6 +++ target/arm/helper.c | 5 ++ target/arm/ptw.c | 95 +++++++++++++++++++++++------------ target/arm/tcg/cpu64.c | 3 +- docs/system/arm/emulation.rst | 1 + 6 files changed, 83 insertions(+), 32 deletions(-) -- 2.43.0
