summary refs log tree commit diff stats
path: root/include/hw/intc
diff options
context:
space:
mode:
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>2018-03-06 22:01:54 +0000
committerDavid Gibson <david@gibson.dropbear.id.au>2018-04-27 18:05:22 +1000
commita5ed75fe2e6625b2ab9ed0694d7a5c95a74b84f7 (patch)
tree7c302108a86584a0fea3ebf4a3c4d910e57a1fdd /include/hw/intc
parent0f4b5415c31ed1fee02f5826fe0d2d585806fa95 (diff)
downloadfocaccia-qemu-a5ed75fe2e6625b2ab9ed0694d7a5c95a74b84f7.tar.gz
focaccia-qemu-a5ed75fe2e6625b2ab9ed0694d7a5c95a74b84f7.zip
heathrow: remove obsolete heathow_init() function
Instead wire up heathrow to the CPU and grackle PCI host using qdev GPIOs.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'include/hw/intc')
-rw-r--r--include/hw/intc/heathrow_pic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/intc/heathrow_pic.h b/include/hw/intc/heathrow_pic.h
index bc3ffaab87..56c2ef339f 100644
--- a/include/hw/intc/heathrow_pic.h
+++ b/include/hw/intc/heathrow_pic.h
@@ -41,7 +41,7 @@ typedef struct HeathrowState {
 
     MemoryRegion mem;
     HeathrowPICState pics[2];
-    qemu_irq *irqs;
+    qemu_irq irqs[1];
 } HeathrowState;
 
 #define HEATHROW_NUM_IRQS 64