qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] usb/scsi: usb attached scsi emulation
@ 2012-07-09 10:33 Gerd Hoffmann
  2012-07-09 10:33 ` [Qemu-devel] [PATCH 1/2] usb: add " Gerd Hoffmann
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Gerd Hoffmann @ 2012-07-09 10:33 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, Gerd Hoffmann

  Hi,

v2 of the usb attached scsi emulation patches.  Patch #1 is almost
unmodified compared to v1.  Patch #2 is new and makes UAS emulation
use the new free_request callback (patch just posted by paolo) and
obviously depends on that patch to compile.

cheers,
  Gerd

Gerd Hoffmann (2):
  usb: add usb attached scsi emulation
  uas: use scsi req refcounting + free_request callback

 docs/usb-storage.txt |   38 +++
 hw/usb/Makefile.objs |    1 +
 hw/usb/dev-uas.c     |  779 ++++++++++++++++++++++++++++++++++++++++++++++++++
 trace-events         |   14 +
 4 files changed, 832 insertions(+), 0 deletions(-)
 create mode 100644 docs/usb-storage.txt
 create mode 100644 hw/usb/dev-uas.c

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

end of thread, other threads:[~2012-07-09 12:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-09 10:33 [Qemu-devel] [PATCH 0/2] usb/scsi: usb attached scsi emulation Gerd Hoffmann
2012-07-09 10:33 ` [Qemu-devel] [PATCH 1/2] usb: add " Gerd Hoffmann
2012-07-09 10:33 ` [Qemu-devel] [PATCH 2/2] uas: use scsi req refcounting + free_request callback Gerd Hoffmann
2012-07-09 10:39 ` [Qemu-devel] [PATCH 0/2] usb/scsi: usb attached scsi emulation Gerd Hoffmann
2012-07-09 10:45   ` Paolo Bonzini
2012-07-09 12:22     ` 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).