OSDN Git Service

hw/usb/vt82c686-uhci-pci: Use PCI IRQ routing
authorBernhard Beschow <shentey@gmail.com>
Sat, 25 Feb 2023 17:08:59 +0000 (18:08 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 7 Mar 2023 23:37:48 +0000 (00:37 +0100)
commit422a6e8075752bc5342afd3eace23a4990dd7d98
tree659a623ce5703b8c9f85a904557535e52ecdef51
parentfb27a3e9e7c348eb77a3b8d967e3d432d2ef8070
hw/usb/vt82c686-uhci-pci: Use PCI IRQ routing

According to the PCI specification, PCI_INTERRUPT_LINE shall have no
effect on hardware operations. Now that the VIA south bridges implement
the internal PCI interrupt router let's be more conformant to the PCI
specification.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Tested-by: Rene Engel <ReneEngel80@emailn.de>
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Message-Id: <9fb86a74d16db65e3aafbb154238d55e123053eb.1678188711.git.balaton@eik.bme.hu>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/usb/vt82c686-uhci-pci.c