]> xenbits.xensource.com Git - qemu-upstream-4.5-testing.git/commit
uhci: fix irq routing
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 25 May 2012 10:53:47 +0000 (12:53 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 7 Jun 2012 08:02:20 +0000 (10:02 +0200)
commit973002c11460efd3c17fe61a76711a103e30e1f9
treeb5a6022137a970ded09d2eed172392e2230c3241
parent5852d3bfe16c85d4dabc4e0d21658fc680a756e5
uhci: fix irq routing

The multifunction ich9 ehci controller with uhci companions uses a
different interrupt pin for each function.  The three uhci devices
get pins A, B and C, whereas ehci uses pin D.  This way the guest
can assign different IRQ lines to each controller.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-uhci.c