All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts
@ 2021-10-25 11:33 BALATON Zoltan
  2021-10-25 11:33 ` [PATCH v2 1/4] usb/uhci: Misc clean up BALATON Zoltan
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: BALATON Zoltan @ 2021-10-25 11:33 UTC (permalink / raw)
  To: qemu-devel; +Cc: Huacai Chen, Gerd Hoffmann, Philippe M-D

This is the same as posted before just omitting the two patches that
are optimisations by caching the func0 and avoiding QOM casts which
could not be measured to have an effect but these reamaining patches
are still needed to fix USB interrupts on pegasos2

Gerd, could you please take them?

Regards,

BALATON Zoltan (4):
  usb/uhci: Misc clean up
  usb/uhci: Disallow user creating a vt82c686-uhci-pci device
  usb/uhci: Replace pci_set_irq with qemu_set_irq
  hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts

 hw/usb/hcd-uhci.c          | 14 ++++++++------
 hw/usb/hcd-uhci.h          |  3 ++-
 hw/usb/vt82c686-uhci-pci.c | 15 +++++++++++++++
 3 files changed, 25 insertions(+), 7 deletions(-)

-- 
2.21.4



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-11-02 14:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-25 11:33 [PATCH v2 0/4] hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts BALATON Zoltan
2021-10-25 11:33 ` [PATCH v2 1/4] usb/uhci: Misc clean up BALATON Zoltan
2021-10-25 11:33 ` [PATCH v2 2/4] usb/uhci: Disallow user creating a vt82c686-uhci-pci device BALATON Zoltan
2021-10-25 11:33 ` [PATCH v2 3/4] usb/uhci: Replace pci_set_irq with qemu_set_irq BALATON Zoltan
2021-10-25 11:33 ` [PATCH v2 4/4] hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts BALATON Zoltan
2021-10-25 12:20 ` [PATCH v2 0/4] " Philippe Mathieu-Daudé
2021-11-02 10:53   ` BALATON Zoltan
2021-11-02 11:53     ` Philippe Mathieu-Daudé
2021-11-02 12:36     ` Gerd Hoffmann
2021-11-02 12:42       ` BALATON Zoltan
2021-11-02 13:51         ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.