qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] usb/scsi: usb attached scsi emulation


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 0/2] usb/scsi: usb attached scsi emulation
Date: Mon, 9 Jul 2012 12:33:56 +0200

  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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]