Re: [RFC PATCH v2 18/30] hw/loongarch: Add LoongArch ipi interrupt support(IPI)

2021-11-11 Thread Mark Cave-Ayland
On 11/11/2021 01:35, Xiaojuan Yang wrote: This patch realize the IPI interrupt controller. Signed-off-by: Xiaojuan Yang Signed-off-by: Song Gao --- hw/loongarch/ipi.c | 144 +++ hw/loongarch/ls3a5000_virt.c | 1 + hw/loongarch/meson.build

[RFC PATCH v2 18/30] hw/loongarch: Add LoongArch ipi interrupt support(IPI)

2021-11-10 Thread Xiaojuan Yang
This patch realize the IPI interrupt controller. Signed-off-by: Xiaojuan Yang Signed-off-by: Song Gao --- hw/loongarch/ipi.c | 144 +++ hw/loongarch/ls3a5000_virt.c | 1 + hw/loongarch/meson.build | 2 +- include/hw/loongarch/gipi.h