ppc64: Allocate IRQ lines with qdev_init_gpio_in()
commit9fd0122e7d365e4b634cc252032ea921f2b4a931
authorCédric Le Goater <clg@kaod.org>
Tue, 5 Jul 2022 14:58:10 +0000 (5 16:58 +0200)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Mon, 18 Jul 2022 16:59:43 +0000 (18 13:59 -0300)
treef1b6b259c6fdbf78681b1ce68b272677bdb6ca17
parent782378973121addeb11b13fd12a6ac2e69faa33f
ppc64: Allocate IRQ lines with qdev_init_gpio_in()

This replaces the IRQ array 'irq_inputs' with GPIO lines, the goal
being to remove 'irq_inputs' when all CPUs have been converted.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20220705145814.461723-2-clg@kaod.org>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
hw/intc/xics.c
hw/intc/xive.c
hw/ppc/mac_newworld.c
hw/ppc/ppc.c