[WIP-for-10.1 0/3] target/arm: Add FEAT_MEC to max cpu

Gustavo Romero posted 3 patches 4 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250630043237.996788-1-gustavo.romero@linaro.org
Maintainers: Peter Maydell <peter.maydell@linaro.org>
There is a newer version of this series
docs/system/arm/emulation.rst |  1 +
target/arm/cpu-features.h     |  5 ++
target/arm/cpu.h              | 15 ++++++
target/arm/helper.c           | 98 +++++++++++++++++++++++++++++++++++
target/arm/tcg/cpu64.c        |  1 +
5 files changed, 120 insertions(+)
[WIP-for-10.1 0/3] target/arm: Add FEAT_MEC to max cpu
Posted by Gustavo Romero 4 months, 2 weeks ago
This series a WIP for adding full FEAT_MEC support to arm max cpu.

It adds the FEAT_MEC registers but does not touch the translation regimes to
support the MECIDs. I'm currently looking at the possibilies to support it in
QEMU for the various translation regimes we have on Arm64.


Cheers,
Gustavo

Gustavo Romero (3):
  target/arm: Add the MECEn SCR_EL3 bit
  target/arm: Advertise FEAT_MEC in cpu max
  target/arm: Add FEAT_MEC registers

 docs/system/arm/emulation.rst |  1 +
 target/arm/cpu-features.h     |  5 ++
 target/arm/cpu.h              | 15 ++++++
 target/arm/helper.c           | 98 +++++++++++++++++++++++++++++++++++
 target/arm/tcg/cpu64.c        |  1 +
 5 files changed, 120 insertions(+)

-- 
2.34.1