From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33987) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoBI7-0000z7-Pp for qemu-devel@nongnu.org; Mon, 09 Jul 2012 06:34:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoBI1-0006KR-N6 for qemu-devel@nongnu.org; Mon, 09 Jul 2012 06:34:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoBI1-0006K6-Ft for qemu-devel@nongnu.org; Mon, 09 Jul 2012 06:34:01 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q69AXxKO026322 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 9 Jul 2012 06:33:59 -0400 From: Gerd Hoffmann Date: Mon, 9 Jul 2012 12:33:56 +0200 Message-Id: <1341830038-27504-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] usb/scsi: usb attached scsi emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, 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