All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] arm: move DCZID_EL0 to idregs array
@ 2026-01-05 15:41 Cornelia Huck
  2026-01-05 15:41 ` [PATCH v3 1/2] arm: add {get,set}_dczid_bs helpers Cornelia Huck
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Cornelia Huck @ 2026-01-05 15:41 UTC (permalink / raw)
  To: qemu-arm, qemu-devel
  Cc: Peter Maydell, Eric Auger, Richard Henderson, Cornelia Huck

This is part of the ongoing effort to move all id registers to the idregs
array (so that we can work with an autogenerated list of registers.)

Changes v2->v3:
- separate patch for adding the helpers
- put some rationale into the patch description

Cornelia Huck (2):
  arm: add {get,set}_dczid_bs helpers
  arm: add DCZID_EL0 to idregs array

 target/arm/cpu-sysregs.h.inc   |  1 +
 target/arm/cpu.c               |  2 +-
 target/arm/cpu.h               | 14 ++++++++++++--
 target/arm/cpu64.c             |  4 ++--
 target/arm/helper.c            |  5 ++++-
 target/arm/tcg/cpu64.c         | 22 +++++++++++-----------
 target/arm/tcg/helper-a64.c    |  2 +-
 target/arm/tcg/mte_helper.c    |  4 ++--
 target/arm/tcg/translate-a64.c |  2 +-
 target/arm/tcg/translate.h     |  2 +-
 10 files changed, 36 insertions(+), 22 deletions(-)

-- 
2.52.0



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

end of thread, other threads:[~2026-01-29 14:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-05 15:41 [PATCH v3 0/2] arm: move DCZID_EL0 to idregs array Cornelia Huck
2026-01-05 15:41 ` [PATCH v3 1/2] arm: add {get,set}_dczid_bs helpers Cornelia Huck
2026-01-05 20:19   ` Richard Henderson
2026-01-21 14:48   ` Sebastian Ott
2026-01-05 15:41 ` [PATCH v3 2/2] arm: add DCZID_EL0 to idregs array Cornelia Huck
2026-01-21 14:49   ` Sebastian Ott
2026-01-29  6:54 ` [PATCH v3 0/2] arm: move " Cornelia Huck
2026-01-29 14:49   ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.