From 5d4e84c8b9d53807e36bf4609d6db2b7061efa40 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Fri, 28 Aug 2009 15:28:17 +0200 Subject: We want the argument pass to set_irq to be opaque piix_pci want to pass more things that the pic Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- hw/apb_pci.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hw/apb_pci.c') diff --git a/hw/apb_pci.c b/hw/apb_pci.c index d114e555b8..f1088aa9f4 100644 --- a/hw/apb_pci.c +++ b/hw/apb_pci.c @@ -218,8 +218,10 @@ static int pci_pbm_map_irq(PCIDevice *pci_dev, int irq_num) return bus_offset + irq_num; } -static void pci_apb_set_irq(qemu_irq *pic, int irq_num, int level) +static void pci_apb_set_irq(void *opaque, int irq_num, int level) { + qemu_irq *pic = opaque; + /* PCI IRQ map onto the first 32 INO. */ qemu_set_irq(pic[irq_num], level); } -- cgit v1.2.3-55-g7522