qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] usb attached scsi
@ 2012-06-20 12:41 Gerd Hoffmann
  2012-06-20 12:41 ` [Qemu-devel] [PATCH 1/4] ehci: fix ehci_qh_do_overlay Gerd Hoffmann
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Gerd Hoffmann @ 2012-06-20 12:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

This patch series adds UAS (usb attached scsi) emulation to qemu.  UAS
is a protocol which uses usb3 streams and this is intended to be the
playground when adding full usb3 support to the xhci emulation.  It
turned out to also be a heavy stress test for the ehci emulation, so
this patch series includes a bunch of ehci bugfixes too.

Patch #4 is not ready for merge yet, I still have to think about a
better way to fix the issue described in the commit log.

Reviews & comments are welcome.

cheers,
  Gerd

Gerd Hoffmann (4):
  ehci: fix ehci_qh_do_overlay
  ehci: fix td writeback
  usb: add usb attached scsi emulation
  [wip] ehci: don't flush cache on dorbell rings.

 docs/usb-storage.txt |   38 +++
 hw/usb/Makefile.objs |    1 +
 hw/usb/dev-uas.c     |  792 ++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/usb/hcd-ehci.c    |   45 ++--
 trace-events         |   14 +
 5 files changed, 869 insertions(+), 21 deletions(-)
 create mode 100644 docs/usb-storage.txt
 create mode 100644 hw/usb/dev-uas.c

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

end of thread, other threads:[~2012-07-02 11:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-20 12:41 [Qemu-devel] [PATCH 0/4] usb attached scsi Gerd Hoffmann
2012-06-20 12:41 ` [Qemu-devel] [PATCH 1/4] ehci: fix ehci_qh_do_overlay Gerd Hoffmann
2012-06-20 12:41 ` [Qemu-devel] [PATCH 2/4] ehci: fix td writeback Gerd Hoffmann
2012-06-20 12:41 ` [Qemu-devel] [PATCH 3/4] usb: add usb attached scsi emulation Gerd Hoffmann
2012-07-01 13:36   ` Paolo Bonzini
2012-07-02 11:20     ` Gerd Hoffmann
2012-06-20 12:41 ` [Qemu-devel] [PATCH 4/4] [wip] ehci: don't flush cache on dorbell rings Gerd Hoffmann
2012-06-21  9:28   ` Gerd Hoffmann
2012-06-21 10:04   ` Peter Maydell
2012-06-21 10:27     ` Andreas Färber
2012-06-21 11:28       ` Dor Laor

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).