Re: [PATCH] hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts

2021-10-04 Thread BALATON Zoltan
On Sun, 3 Oct 2021, BALATON Zoltan wrote: This device is part of a sperio/ISA bridge chip and IRQs from it are routed to an ISA interrupt set by the Interrupt Line PCI config register. Change uhci_update_irq() to allow this and use it from vt82c686-uhci-pci. Signed-off-by: BALATON Zoltan --- Ma

Re: [PATCH] hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts

2021-10-03 Thread Jiaxun Yang
在 2021/10/3 17:12, BALATON Zoltan 写道: This device is part of a sperio/ISA bridge chip and IRQs from it are routed to an ISA interrupt set by the Interrupt Line PCI config register. Change uhci_update_irq() to allow this and use it from vt82c686-uhci-pci. Signed-off-by: BALATON Zoltan Review

[PATCH] hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts

2021-10-03 Thread BALATON Zoltan
This device is part of a sperio/ISA bridge chip and IRQs from it are routed to an ISA interrupt set by the Interrupt Line PCI config register. Change uhci_update_irq() to allow this and use it from vt82c686-uhci-pci. Signed-off-by: BALATON Zoltan --- Maybe bit of a hack but fixes USB interrupts o