qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for-10.2 v9 0/6] target/arm: Add FEAT_MEC to max cpu
@ 2025-07-27  7:41 Richard Henderson
  2025-07-27  7:41 ` [PATCH v9 1/6] tests/functional/test_aarch64_device_passthrough: update image Richard Henderson
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Richard Henderson @ 2025-07-27  7:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-arm

Changes for v9:
  - Set bits in arm_hcrx_el2_eff has bits whose effective value
    is 1 when EL2 is disabled.
  - Include Pierrick's firmware updates.


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

Pierrick Bouvier (2):
  tests/functional/test_aarch64_device_passthrough: update image
  tests/functional/test_aarch64_rme: update image

 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                           | 274 +++++++++++++++++-
 target/arm/tcg/cpu64.c                        |   7 +-
 docs/system/arm/emulation.rst                 |   5 +
 .../test_aarch64_device_passthrough.py        |  27 +-
 tests/functional/test_aarch64_rme_sbsaref.py  |  64 ++--
 tests/functional/test_aarch64_rme_virt.py     |  85 ++----
 10 files changed, 432 insertions(+), 104 deletions(-)

-- 
2.43.0



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

end of thread, other threads:[~2025-08-28 17:32 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-27  7:41 [PATCH for-10.2 v9 0/6] target/arm: Add FEAT_MEC to max cpu Richard Henderson
2025-07-27  7:41 ` [PATCH v9 1/6] tests/functional/test_aarch64_device_passthrough: update image Richard Henderson
2025-07-27  7:41 ` [PATCH v9 2/6] tests/functional/test_aarch64_rme: " Richard Henderson
2025-07-28 10:05   ` Philippe Mathieu-Daudé
2025-08-15 16:08   ` Peter Maydell
2025-08-15 16:29     ` Alex Bennée
2025-08-16  0:09       ` Pierrick Bouvier
2025-08-28  8:27         ` Peter Maydell
2025-08-28 14:42           ` Pierrick Bouvier
2025-07-27  7:41 ` [PATCH v9 3/6] target/arm: Implement FEAT_SCTLR2 and enable with -cpu max Richard Henderson
2025-07-27  7:42 ` [PATCH v9 4/6] target/arm: Implement FEAT_TCR2 " Richard Henderson
2025-07-27  7:42 ` [PATCH v9 5/6] target/arm: Implement FEAT_MEC registers Richard Henderson
2025-08-18 13:36   ` Peter Maydell
2025-08-18 15:15     ` Peter Maydell
2025-07-27  7:42 ` [PATCH v9 6/6] target/arm: Enable FEAT_MEC in -cpu max Richard Henderson
2025-08-18 13:42   ` Peter Maydell
2025-08-18 22:32     ` Richard Henderson
2025-08-15 13:03 ` [PATCH for-10.2 v9 0/6] target/arm: Add FEAT_MEC to max cpu Peter Maydell
2025-08-18 13:44   ` Peter Maydell

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).