hw/isa/piix4: Use qdev_get_gpio_in_named() to get ISA IRQ
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 24 Mar 2021 14:24:41 +0000 (15:24 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 2 May 2021 14:49:34 +0000 (16:49 +0200)
commitbcad139192b0101e3d7ef593144c314bed4cb8c2
treebd957b45d1c735a75fd8fad1244d4a2f3b31f676
parent53c5433e84e8935abed8e91d4a2eb813168a0ecf
hw/isa/piix4: Use qdev_get_gpio_in_named() to get ISA IRQ

Since commit 078778c5a55 ("piix4: Add an i8259 Interrupt Controller")
the TYPE_PIIX4_PCI_DEVICE exposes the ISA input IRQs as "isa" alias.

Use this alias to get IRQ for the power management PCI function.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210324182902.692419-1-f4bug@amsat.org>
hw/isa/piix4.c