Re: [PATCH 08/10] hw/loongarch: Implement avec set_irq

2025-06-16 Thread gaosong
在 2025/6/11 下午2:26, Bibo Mao 写道: On 2025/6/9 下午6:48, Song Gao wrote: Signed-off-by: Song Gao ---   hw/intc/loongarch_avec.c | 37 ++---   1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/hw/intc/loongarch_avec.c b/hw/intc/loongarch_avec.c index c69

Re: [PATCH 08/10] hw/loongarch: Implement avec set_irq

2025-06-10 Thread Bibo Mao
On 2025/6/9 下午6:48, Song Gao wrote: Signed-off-by: Song Gao --- hw/intc/loongarch_avec.c | 37 ++--- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/hw/intc/loongarch_avec.c b/hw/intc/loongarch_avec.c index c692fef43c..f609ed9aaa 100644 --- a/

[PATCH 08/10] hw/loongarch: Implement avec set_irq

2025-06-09 Thread Song Gao
Signed-off-by: Song Gao --- hw/intc/loongarch_avec.c | 37 ++--- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/hw/intc/loongarch_avec.c b/hw/intc/loongarch_avec.c index c692fef43c..f609ed9aaa 100644 --- a/hw/intc/loongarch_avec.c +++ b/hw/intc/loon