[PATCH v2 0/6] target/arm: Implement FEAT_IDTE3

Richard Henderson posted 6 patches 2 weeks, 6 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260806173123.333423-1-richard.henderson@linaro.org
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
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(-)
[PATCH v2 0/6] target/arm: Implement FEAT_IDTE3
Posted by Richard Henderson 2 weeks, 6 days ago
Based-on: 20260806172709.333300-1-richard.henderson@linaro.org
("[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