On 4/1/23 15:44, Bernhard Beschow wrote:
xen_intx_set_irq() doesn't depend on PIIX state. In order to resolve
TYPE_PIIX3_XEN_DEVICE and in order to make Xen agnostic about the
precise south bridge being used, set up Xen's PCI IRQ handling of PIIX3
in the board.
Signed-off-by: Bernhard Beschow <shen...@gmail.com>
---
hw/i386/pc_piix.c | 12 ++++++++++++
hw/isa/piix.c | 24 +-----------------------
2 files changed, 13 insertions(+), 23 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>