Re: [PATCH v3 1/3] hw/irq: Introduce qemu_init_irqs() helper

2025-01-21 Thread Richard Henderson
On 1/21/25 07:55, Philippe Mathieu-Daudé wrote: While qemu_init_irq() initialize a single IRQ, qemu_init_irqs() initialize an array of them. Suggested-by: Bernhard Beschow Signed-off-by: Philippe Mathieu-Daudé --- include/hw/irq.h | 11 +++ hw/core/irq.c| 8 2 files c

[PATCH v3 1/3] hw/irq: Introduce qemu_init_irqs() helper

2025-01-21 Thread Philippe Mathieu-Daudé
While qemu_init_irq() initialize a single IRQ, qemu_init_irqs() initialize an array of them. Suggested-by: Bernhard Beschow Signed-off-by: Philippe Mathieu-Daudé --- include/hw/irq.h | 11 +++ hw/core/irq.c| 8 2 files changed, 19 insertions(+) diff --git a/include/hw/irq