diff options
author | Blue Swirl | 2012-03-10 21:37:00 +0100 |
---|---|---|
committer | Blue Swirl | 2012-03-17 17:30:06 +0100 |
commit | 361dea401f529fc136aaeb49c82b2a5bb7faa316 (patch) | |
tree | 84fd01e931fbd33f6359e4fe758c087d3f65d551 /hw/apb_pci.h | |
parent | sparc: reset CPU state on reset (diff) | |
download | qemu-361dea401f529fc136aaeb49c82b2a5bb7faa316.tar.gz qemu-361dea401f529fc136aaeb49c82b2a5bb7faa316.tar.xz qemu-361dea401f529fc136aaeb49c82b2a5bb7faa316.zip |
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.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/apb_pci.h b/hw/apb_pci.h index 8869f9d326..55f7c4c3b2 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 |