All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Minor fixes and enhancements of RISC-V AIA devices
@ 2026-04-28 16:00 Jim Shu
  2026-04-28 16:01 ` [PATCH 1/4] hw/intc: riscv_aplic: Fix level trigger IRQ in direct delivery mode Jim Shu
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Jim Shu @ 2026-04-28 16:00 UTC (permalink / raw)
  To: qemu-devel, qemu-riscv
  Cc: Palmer Dabbelt, Alistair Francis, Weiwei Li,
	Daniel Henrique Barboza, Liu Zhiwei, Chao Liu, Jim Shu

Bugfix:
  - APLIC should also clear pending bit from rectified value when it is
    in the both level-trigger mode and direct delivery mode.

Enhancements:
  - Add reset API to APLIC and IMSIC device
  - Add trace events of APLIC read/write function

Jim Shu (4):
  hw/intc: riscv_aplic: Fix level trigger IRQ in direct delivery mode
  hw/intc: riscv_aplic: Add reset API to APLIC
  hw/intc: riscv_imsic: Add reset API to IMSIC
  hw/intc: riscv_aplic: add trace events of APLIC read/write function

 hw/intc/riscv_aplic.c | 116 +++++++++++++++++++++++++++++-------------
 hw/intc/riscv_imsic.c |  19 +++++++
 hw/intc/trace-events  |   4 ++
 3 files changed, 105 insertions(+), 34 deletions(-)

-- 
2.43.0



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

end of thread, other threads:[~2026-05-19  4:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-28 16:00 [PATCH 0/4] Minor fixes and enhancements of RISC-V AIA devices Jim Shu
2026-04-28 16:01 ` [PATCH 1/4] hw/intc: riscv_aplic: Fix level trigger IRQ in direct delivery mode Jim Shu
2026-05-18 12:20   ` Daniel Henrique Barboza
2026-05-18 21:56   ` Chao Liu
2026-04-28 16:01 ` [PATCH 2/4] hw/intc: riscv_aplic: Add reset API to APLIC Jim Shu
2026-05-18 12:20   ` Daniel Henrique Barboza
2026-04-28 16:01 ` [PATCH 3/4] hw/intc: riscv_imsic: Add reset API to IMSIC Jim Shu
2026-05-18 12:20   ` Daniel Henrique Barboza
2026-04-28 16:01 ` [PATCH 4/4] hw/intc: riscv_aplic: add trace events of APLIC read/write function Jim Shu
2026-05-18 12:20   ` Daniel Henrique Barboza
2026-05-19  4:46 ` [PATCH 0/4] Minor fixes and enhancements of RISC-V AIA devices Alistair Francis

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.