summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMark Cave-Ayland2018-03-06 21:30:52 +0100
committerDavid Gibson2018-04-27 10:05:22 +0200
commit0b065209549fdd503fe109b09d78500bb05c9f7f (patch)
tree5a4937dee417429b54643c8285f92b064759c40d /include
parentuninorth: move PCI mmio memory region initialisation into init function (diff)
downloadqemu-0b065209549fdd503fe109b09d78500bb05c9f7f.tar.gz
qemu-0b065209549fdd503fe109b09d78500bb05c9f7f.tar.xz
qemu-0b065209549fdd503fe109b09d78500bb05c9f7f.zip
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')
-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 0366376a3b..e4fa11c145 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;