Based-on: [email protected]
("[PATCH v2 0/6] target/arm: Implement FEAT_FGWTE3")

Changes for v2:
  - Rebase on the max-v9 split.
  - Continue to ignore HCR.TID3 in v7 for undefined ID regs.

r~

Richard Henderson (6):
  target/arm: Rename isar_feature_aa64_idst
  target/arm: Enable writes to SCR_EL3.TID{3,5}
  target/arm: Implement HCR_EL2.TID3 trap on undefined TID3 registers
  target/arm: Implement SCR_EL3.TID3
  target/arm: Implement SCR_EL3.TID5
  target/arm: Enable FEAT_IDTE3 for -cpu max

 target/arm/cpregs.h            |  8 ++++++++
 target/arm/cpu-features.h      |  7 ++++++-
 target/arm/cpu.h               |  2 ++
 target/arm/tcg/helper-defs.h   |  1 +
 target/arm/helper.c            | 37 ++++++++++++++++++++++++++++++----
 target/arm/tcg/cpu64.c         |  4 ++++
 target/arm/tcg/op_helper.c     | 23 ++++++++++++++++++++-
 target/arm/tcg/translate-a64.c | 12 +++++++++--
 target/arm/tcg/translate.c     | 18 +++++++++++++++++
 docs/system/arm/emulation.rst  |  1 +
 10 files changed, 105 insertions(+), 8 deletions(-)

-- 
2.43.0


Reply via email to