qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v8 0/4] target/arm: Add FEAT_MEC to max cpu
@ 2025-07-14 15:58 Richard Henderson
  2025-07-14 15:58 ` [PATCH v8 1/4] target/arm: Implement FEAT_SCTLR2 and enable with -cpu max Richard Henderson
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Richard Henderson @ 2025-07-14 15:58 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-arm, gustavo.romero, pierrick.bouvier

Changes for v8:
  - Re-order SCTLR2 and TCR2 so that they are independent of MEC.
  - Enable the SCTLR2 and TCR2 enable bits.
  - Squash 3 smaller MEC patches together.

This still fails the RME tests, because we still need TF-A rebuilt
with ENABLE_FEAT_SCTLR2 and ENABLE_FEAT_TCR2.  Pierrick, since you
have just done such a build, could you re-test with this series?


r~


Gustavo Romero (4):
  target/arm: Implement FEAT_SCTLR2 and enable with -cpu max
  target/arm: Implement FEAT_TCR2 and enable with -cpu max
  target/arm: Implement FEAT_MEC registers
  target/arm: Enable FEAT_MEC in -cpu max

 target/arm/cpu-features.h     |  15 ++
 target/arm/cpu.h              |  27 ++++
 target/arm/internals.h        |  23 +++
 target/arm/cpu.c              |   9 ++
 target/arm/helper.c           | 259 +++++++++++++++++++++++++++++++++-
 target/arm/tcg/cpu64.c        |   7 +-
 docs/system/arm/emulation.rst |   5 +
 7 files changed, 339 insertions(+), 6 deletions(-)

-- 
2.43.0



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-07-16 13:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-14 15:58 [PATCH v8 0/4] target/arm: Add FEAT_MEC to max cpu Richard Henderson
2025-07-14 15:58 ` [PATCH v8 1/4] target/arm: Implement FEAT_SCTLR2 and enable with -cpu max Richard Henderson
2025-07-14 15:58 ` [PATCH v8 2/4] target/arm: Implement FEAT_TCR2 " Richard Henderson
2025-07-14 15:58 ` [PATCH v8 3/4] target/arm: Implement FEAT_MEC registers Richard Henderson
2025-07-14 15:58 ` [PATCH v8 4/4] target/arm: Enable FEAT_MEC in -cpu max Richard Henderson
2025-07-14 17:09 ` [PATCH v8 0/4] target/arm: Add FEAT_MEC to max cpu Pierrick Bouvier
2025-07-14 23:31   ` Gustavo Romero
2025-07-15  1:26     ` Pierrick Bouvier
2025-07-16  3:13       ` Gustavo Romero
2025-07-16  5:56         ` Pierrick Bouvier
2025-07-16 13:02           ` Gustavo Romero
2025-07-15 21:29   ` Pierrick Bouvier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).