mbox series

[v2,0/3] riscv: AIA: refinement for KVM acceleration

Message ID 20250224025722.3999-1-yongxuan.wang@sifive.com (mailing list archive)
Headers show
Series riscv: AIA: refinement for KVM acceleration | expand

Message

Yong-Xuan Wang Feb. 24, 2025, 2:57 a.m. UTC
Reorder the code to reduce the conditional checking and remove
unnecessary resource setting when using in-kernl AIA irqchip.

---
v2:
- remove the code reordering of the riscv-virt machine since it can't
  work with NUMA setting. (Daniel)

Yong-Xuan Wang (3):
  hw/intc/imsic: refine the IMSIC realize
  hw/intc/aplic: refine the APLIC realize
  hw/intc/aplic: refine kvm_msicfgaddr

 hw/intc/riscv_aplic.c | 73 +++++++++++++++++++++++--------------------
 hw/intc/riscv_imsic.c | 47 +++++++++++++++-------------
 2 files changed, 65 insertions(+), 55 deletions(-)