Re: [PATCH 06/10] hw/loongarch: Implement avec controller imput and output pins

2025-06-16 Thread gaosong
在 2025/6/11 下午2:40, Bibo Mao 写道: On 2025/6/9 下午6:48, Song Gao wrote: the AVEC controller supports 256*256 irqs, all the irqs connect CPU INT_AVEC irq Signed-off-by: Song Gao ---   hw/intc/loongarch_avec.c | 28   hw/loongarch/virt.c  | 11 +--   target

Re: [PATCH 06/10] hw/loongarch: Implement avec controller imput and output pins

2025-06-10 Thread Bibo Mao
On 2025/6/9 下午6:48, Song Gao wrote: the AVEC controller supports 256*256 irqs, all the irqs connect CPU INT_AVEC irq Signed-off-by: Song Gao --- hw/intc/loongarch_avec.c | 28 hw/loongarch/virt.c | 11 +-- target/loongarch/cpu.h | 3 ++- 3 fi

[PATCH 06/10] hw/loongarch: Implement avec controller imput and output pins

2025-06-09 Thread Song Gao
the AVEC controller supports 256*256 irqs, all the irqs connect CPU INT_AVEC irq Signed-off-by: Song Gao --- hw/intc/loongarch_avec.c | 28 hw/loongarch/virt.c | 11 +-- target/loongarch/cpu.h | 3 ++- 3 files changed, 39 insertions(+), 3 deletions(-)