You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/hw/ipack
Philippe Mathieu-Daudé d50280af1b hw/ipack: Remove legacy qemu_allocate_irqs() use
No need to dynamically allocate IRQ when we know before hands
how many we'll use. Declare the 2 of them in IPackDevice state
and initialize them in the DeviceRealize handler.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250121155526.29982-4-philmd@linaro.org>
3 weeks ago
..
Kconfig hw/ipack: Clarify KConfig symbols 3 weeks ago
ipack.c hw/ipack: Remove legacy qemu_allocate_irqs() use 3 weeks ago
meson.build hw/ipack: Clarify KConfig symbols 3 weeks ago
tpci200.c hw/ipack: Remove legacy qemu_allocate_irqs() use 3 weeks ago