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/gt64xxx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hw/gt64xxx.c') diff --git a/hw/gt64xxx.c b/hw/gt64xxx.c index 2115130..8f9ae4a 100644 --- a/hw/gt64xxx.c +++ b/hw/gt64xxx.c @@ -893,9 +893,10 @@ static int pci_gt64120_map_irq(PCIDevice *pci_dev, int irq_num) static int pci_irq_levels[4]; -static void pci_gt64120_set_irq(qemu_irq *pic, int irq_num, int level) +static void pci_gt64120_set_irq(void *opaque, int irq_num, int level) { int i, pic_irq, pic_level; + qemu_irq *pic = opaque; pci_irq_levels[irq_num] = level; -- cgit v1.1