All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] target/arm: a few timer fixes while checking FEAT_ECV_POFF
@ 2026-06-09 14:00 Alex Bennée
  2026-06-09 14:00 ` [PATCH 1/5] target/arm: split evaluation of CNTHCTL timer IRQ masks Alex Bennée
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Alex Bennée @ 2026-06-09 14:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-arm, Peter Maydell, Pierrick Bouvier, Alex Bennée

While I was checking what was needed for FEAT_ECV_POFF I discovered a
few potential correctness issues. We had actually already done the
work for the feature so the final patch is just documentation.

Alex.

Alex Bennée (5):
  target/arm: split evaluation of CNTHCTL timer IRQ masks
  target/arm: trigger timer recalculation when toggling CNTHCTL:ECV
  target/arm: trigger timer recalc on SCR:ECVEN change
  target/arm: trigger timer recalc on HCR:(E2H|TGE) changes
  docs/system: add FEAT_ECV_POFF to the emulation list

 docs/system/arm/emulation.rst |  1 +
 target/arm/helper.c           | 20 +++++++++++++++++++-
 2 files changed, 20 insertions(+), 1 deletion(-)

-- 
2.47.3



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

end of thread, other threads:[~2026-06-10 17:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-09 14:00 [PATCH 0/5] target/arm: a few timer fixes while checking FEAT_ECV_POFF Alex Bennée
2026-06-09 14:00 ` [PATCH 1/5] target/arm: split evaluation of CNTHCTL timer IRQ masks Alex Bennée
2026-06-09 17:45   ` Richard Henderson
2026-06-09 14:00 ` [PATCH 2/5] target/arm: trigger timer recalculation when toggling CNTHCTL:ECV Alex Bennée
2026-06-09 17:45   ` Richard Henderson
2026-06-09 14:00 ` [PATCH 3/5] target/arm: trigger timer recalc on SCR:ECVEN change Alex Bennée
2026-06-09 17:46   ` Richard Henderson
2026-06-10 12:56     ` Alex Bennée
2026-06-10 17:26       ` Richard Henderson
2026-06-09 14:00 ` [PATCH 4/5] target/arm: trigger timer recalc on HCR:(E2H|TGE) changes Alex Bennée
2026-06-09 17:41   ` Richard Henderson
2026-06-09 14:00 ` [PATCH 5/5] docs/system: add FEAT_ECV_POFF to the emulation list Alex Bennée
2026-06-09 17:47   ` Richard Henderson

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.