]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/irq: Introduce qemu_init_irqs() helper
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 21 Jan 2025 15:37:02 +0000 (16:37 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 31 Jan 2025 18:36:44 +0000 (19:36 +0100)
commitc17943b00fd98c64d2fa591f1da72cb9a4f61133
tree4a5dc0101a2fb3fecdc002336129e9b94a18fee9
parent70bc20311f760da9bd93f20cd7bda7419778f858
hw/irq: Introduce qemu_init_irqs() helper

While qemu_init_irq() initialize a single IRQ,
qemu_init_irqs() initialize an array of them.

Suggested-by: Bernhard Beschow <shentey@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250121155526.29982-2-philmd@linaro.org>
hw/core/irq.c
include/hw/irq.h