summaryrefslogtreecommitdiffstats
path: root/hw/arm
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2013-04-19 11:15:19 +0100
committerPeter Maydell <peter.maydell@linaro.org>2013-04-19 11:15:19 +0100
commit66a96d7018b9cbabb73c9b87b62a37e4cc46580a (patch)
tree9f6dbc0b663c0d83a4252d6732e5df4f628a5c90 /hw/arm
parent5f37ef92b7690423ac6311d3c597e182fc5f8fe6 (diff)
downloadhqemu-66a96d7018b9cbabb73c9b87b62a37e4cc46580a.zip
hqemu-66a96d7018b9cbabb73c9b87b62a37e4cc46580a.tar.gz
versatile_pci: Implement the correct PCI IRQ mapping
Implement the correct IRQ mapping for the Versatile PCI controller; it differs between realview and versatile boards, but the previous QEMU implementation was correct only for the first PCI card on a versatile board, since we weren't swizzling IRQs based on the slot number. Since this change would otherwise break any uses of PCI on Linux kernels which have an equivalent bug (since they have effectively only been tested against QEMU, not real hardware), we implement a mechanism for automatically detecting those broken kernels and switching back to the old mapping. This works by looking at the values the kernel writes to the PCI_INTERRUPT_LINE register in the config space, which is effectively the interrupt number the kernel expects the device to be using. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud