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

2025-02-27 Thread Alistair Francis
On Mon, Feb 24, 2025 at 12:58 PM Yong-Xuan Wang wrote: > > 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

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

2025-02-23 Thread Yong-Xuan Wang
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 reali