aboutsummaryrefslogtreecommitdiff
path: root/include/hw/pci-host/uninorth.h
diff options
context:
space:
mode:
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>2018-03-06 20:30:52 +0000
committerDavid Gibson <david@gibson.dropbear.id.au>2018-04-27 18:05:22 +1000
commit0b065209549fdd503fe109b09d78500bb05c9f7f (patch)
tree5a4937dee417429b54643c8285f92b064759c40d /include/hw/pci-host/uninorth.h
parent132e9906d64beb8873ca5efe028a052dec6c4550 (diff)
downloadqemu-0b065209549fdd503fe109b09d78500bb05c9f7f.zip
qemu-0b065209549fdd503fe109b09d78500bb05c9f7f.tar.gz
qemu-0b065209549fdd503fe109b09d78500bb05c9f7f.tar.bz2
uninorth: introduce temporary pic_irqs device property
This is in preparation for moving the PCI bus wiring inside the uninorth host bridge devices. In the future it will be possible to remove this once the PICs have been switched to use 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/pci-host/uninorth.h')
-rw-r--r--include/hw/pci-host/uninorth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/pci-host/uninorth.h b/include/hw/pci-host/uninorth.h
index 0366376..e4fa11c 100644
--- a/include/hw/pci-host/uninorth.h
+++ b/include/hw/pci-host/uninorth.h
@@ -44,6 +44,7 @@
typedef struct UNINState {
PCIHostState parent_obj;
+ void *pic_irqs;
MemoryRegion pci_mmio;
MemoryRegion pci_hole;
} UNINState;