qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] sneak preview: usb3 streams
@ 2013-02-01 10:51 Gerd Hoffmann
  2013-02-01 10:51 ` [Qemu-devel] [PATCH 1/4] usb: fix endpoint descriptor ordering Gerd Hoffmann
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Gerd Hoffmann @ 2013-02-01 10:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

Early patches to add support for usb3 streams to qemu.  Covered are
the subsystem core, xhci emulation and usb attached scsi emulation.

It's good enougth to trigger bugs in the linux xhci driver's stream
handling.

enjoy,
  Gerd

Gerd Hoffmann (4):
  usb: fix endpoint descriptor ordering
  [wip] core: usb3 streams
  [wip] xhci: usb3 streams
  [wip] uas: usb3 streams

 hw/usb.h                      |   10 +-
 hw/usb/core.c                 |   10 +-
 hw/usb/desc.c                 |    9 +-
 hw/usb/dev-bluetooth.c        |    2 +-
 hw/usb/dev-hid.c              |    2 +-
 hw/usb/dev-hub.c              |   10 +-
 hw/usb/dev-network.c          |    2 +-
 hw/usb/dev-smartcard-reader.c |    2 +-
 hw/usb/dev-uas.c              |  247 +++++++++++++++++++++++++++++++-------
 hw/usb/dev-wacom.c            |    4 +-
 hw/usb/hcd-ehci.c             |    7 +-
 hw/usb/hcd-musb.c             |    2 +-
 hw/usb/hcd-ohci.c             |    4 +-
 hw/usb/hcd-uhci.c             |    2 +-
 hw/usb/hcd-xhci.c             |  266 +++++++++++++++++++++++++++++++++--------
 trace-events                  |    6 +-
 16 files changed, 461 insertions(+), 124 deletions(-)

-- 
1.7.9.7

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

end of thread, other threads:[~2013-02-01 10:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-01 10:51 [Qemu-devel] [PATCH 0/4] sneak preview: usb3 streams Gerd Hoffmann
2013-02-01 10:51 ` [Qemu-devel] [PATCH 1/4] usb: fix endpoint descriptor ordering Gerd Hoffmann
2013-02-01 10:51 ` [Qemu-devel] [PATCH 2/4] [wip] core: usb3 streams Gerd Hoffmann
2013-02-01 10:51 ` [Qemu-devel] [PATCH 3/4] [wip] xhci: " Gerd Hoffmann
2013-02-01 10:51 ` [Qemu-devel] [PATCH 4/4] [wip] uas: " 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).