Clarify what is what in Kconfig, replace qemu_allocate_irqs() by qemu_init_irq().
Since v2: - Introduce qemu_init_irqs (Bernhard) Since v1: - s/qemu_irq/IRQState/ in IPackDevice state Philippe Mathieu-Daudé (3): hw/irq: Introduce qemu_init_irqs() helper hw/ipack: Clarify KConfig symbols hw/ipack: Remove legacy qemu_allocate_irqs() use include/hw/ipack/ipack.h | 7 ++----- include/hw/irq.h | 11 +++++++++++ hw/char/ipoctal232.c | 4 ++-- hw/core/irq.c | 8 ++++++++ hw/ipack/ipack.c | 5 +---- hw/ipack/tpci200.c | 6 +++--- hw/char/Kconfig | 5 +++++ hw/char/meson.build | 2 +- hw/ipack/Kconfig | 4 ++++ hw/ipack/meson.build | 3 ++- tests/qtest/libqos/meson.build | 4 +++- tests/qtest/meson.build | 4 +++- 12 files changed, 45 insertions(+), 18 deletions(-) -- 2.47.1