summaryrefslogtreecommitdiffstats
path: root/hw/apb_pci.h
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2012-03-10 20:37:00 +0000
committerBlue Swirl <blauwirbel@gmail.com>2012-03-17 16:30:06 +0000
commit361dea401f529fc136aaeb49c82b2a5bb7faa316 (patch)
tree84fd01e931fbd33f6359e4fe758c087d3f65d551 /hw/apb_pci.h
parent89aaf60dedbe0e6415acfe816e02b538e5c54e68 (diff)
downloadhqemu-361dea401f529fc136aaeb49c82b2a5bb7faa316.zip
hqemu-361dea401f529fc136aaeb49c82b2a5bb7faa316.tar.gz
sparc64: implement PCI and ISA irqs
Generate correct trap for external interrupts. Map PCI and ISA IRQs to RIC/UltraSPARC-IIi interrupt vectors. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/apb_pci.h')
-rw-r--r--hw/apb_pci.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/apb_pci.h b/hw/apb_pci.h
index 8869f9d..55f7c4c 100644
--- a/hw/apb_pci.h
+++ b/hw/apb_pci.h
@@ -5,5 +5,6 @@
PCIBus *pci_apb_init(target_phys_addr_t special_base,
target_phys_addr_t mem_base,
- qemu_irq *pic, PCIBus **bus2, PCIBus **bus3);
+ qemu_irq *ivec_irqs, PCIBus **bus2, PCIBus **bus3,
+ qemu_irq **pbm_irqs);
#endif
OpenPOWER on IntegriCloud