qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Make hcd-xhci independent of pci hooks
@ 2020-03-02  9:35 Sai Pavan Boddu
  2020-03-02  9:35 ` [PATCH 1/3] usb/hcd-xhci: Make dma read/writes hooks pci free Sai Pavan Boddu
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sai Pavan Boddu @ 2020-03-02  9:35 UTC (permalink / raw)
  To: Gerd Hoffmann, Paolo Bonzini, Yang Zhong, Richard Henderson,
	Thomas Huth, Anthony Liguori, Philippe Mathieu-Daudé,
	Stefan Weil, Gonglei, Edgar E . Iglesias, Vikram Garhwal
  Cc: qemu-devel

Hi,

This patch series attempts to make 'hcd-xhci' an independent model so
it can be used by both pci and system-bus interface.

Regards,
Sai Pavan

Sai Pavan Boddu (3):
  usb/hcd-xhci: Make dma read/writes hooks pci free
  usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c
  usb/hcd-xhci: Split pci wrapper for xhci base model

 hw/usb/Kconfig        |   6 ++
 hw/usb/Makefile.objs  |   1 +
 hw/usb/hcd-xhci-nec.c |   8 +-
 hw/usb/hcd-xhci-pci.c | 246 ++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/usb/hcd-xhci-pci.h |  47 ++++++++++
 hw/usb/hcd-xhci.c     | 230 ++++++++--------------------------------------
 hw/usb/hcd-xhci.h     |  17 ++--
 7 files changed, 351 insertions(+), 204 deletions(-)
 create mode 100644 hw/usb/hcd-xhci-pci.c
 create mode 100644 hw/usb/hcd-xhci-pci.h

-- 
2.7.4



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

end of thread, other threads:[~2020-03-03 10:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-02  9:35 [PATCH 0/3] Make hcd-xhci independent of pci hooks Sai Pavan Boddu
2020-03-02  9:35 ` [PATCH 1/3] usb/hcd-xhci: Make dma read/writes hooks pci free Sai Pavan Boddu
2020-03-03 10:11   ` Gerd Hoffmann
2020-03-02  9:35 ` [PATCH 2/3] usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c Sai Pavan Boddu
2020-03-02  9:35 ` [PATCH 3/3] usb/hcd-xhci: Split pci wrapper for xhci base model Sai Pavan Boddu
2020-03-03 10:14   ` Gerd Hoffmann
2020-03-03 10:27   ` Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).