summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMark Cave-Ayland2018-03-06 23:01:59 +0100
committerDavid Gibson2018-04-27 10:05:22 +0200
commit20d2514ad88057b8ef400cc4f1484d9160a9781a (patch)
treee73ce81c09f9b0fc1e46db5c269917d405de2496 /include
parentmac_oldworld: remove pics IRQ array and wire up macio to heathrow directly (diff)
downloadqemu-20d2514ad88057b8ef400cc4f1484d9160a9781a.tar.gz
qemu-20d2514ad88057b8ef400cc4f1484d9160a9781a.tar.xz
qemu-20d2514ad88057b8ef400cc4f1484d9160a9781a.zip
mac_oldworld: move wiring of macio IRQs to macio_oldworld_realize()
Since the macio device has a link to the PIC device, we can now wire up the IRQs directly via qdev GPIOs rather than having to use an intermediate array. 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')
-rw-r--r--include/hw/misc/macio/macio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/misc/macio/macio.h b/include/hw/misc/macio/macio.h
index 4528282b36..64a2584a77 100644
--- a/include/hw/misc/macio/macio.h
+++ b/include/hw/misc/macio/macio.h
@@ -56,7 +56,6 @@ typedef struct OldWorldMacIOState {
/*< public >*/
HeathrowState *pic;
- qemu_irq irqs[7];
MacIONVRAMState nvram;
MACIOIDEState ide[2];