]> git.proxmox.com Git - qemu.git/commit
hw/pci-host/versatile.c: Update autodetect to detect newer kernels
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 14 May 2013 15:33:35 +0000 (16:33 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 15 May 2013 13:49:59 +0000 (08:49 -0500)
commitbc04d89165a4be6169cf44f1bdada9d48f8bad4b
tree155e585a385bf8f120a7c84eaeed021a0cb4deea
parent33201b51cbce9f18d6702a56429a4dbbe18a9961
hw/pci-host/versatile.c: Update autodetect to detect newer kernels

Newer versatilepb kernels still don't get the IRQ mapping right
for the PCI controller, but they get it differently wrong (they add
a fixed +64 offset to everything they write to PCI_INTERRUPT_LINE).
Update the autodetection to handle these too, and include a more
detailed comment on the various different behaviours that might
be present.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1368545616-22344-3-git-send-email-peter.maydell@linaro.org
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/pci-host/versatile.c