mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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>
This commit is contained in:
parent
132e9906d6
commit
0b06520954
2 changed files with 24 additions and 2 deletions
|
@ -44,6 +44,7 @@
|
|||
typedef struct UNINState {
|
||||
PCIHostState parent_obj;
|
||||
|
||||
void *pic_irqs;
|
||||
MemoryRegion pci_mmio;
|
||||
MemoryRegion pci_hole;
|
||||
} UNINState;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue