From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoBN5-0004Ka-LN for qemu-devel@nongnu.org; Mon, 09 Jul 2012 06:39:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoBN1-0007dN-0A for qemu-devel@nongnu.org; Mon, 09 Jul 2012 06:39:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoBN0-0007dD-Om for qemu-devel@nongnu.org; Mon, 09 Jul 2012 06:39:10 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q69Ad991027055 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 9 Jul 2012 06:39:09 -0400 Message-ID: <4FFAB4CB.2000104@redhat.com> Date: Mon, 09 Jul 2012 12:39:07 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1341830038-27504-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1341830038-27504-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] usb/scsi: usb attached scsi emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: pbonzini@redhat.com, qemu-devel@nongnu.org On 07/09/12 12:33, Gerd Hoffmann wrote: > 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. Pushed with paolos patch and all pending usb bugfixes to "git://git.kraxel.org/qemu usb.56" for those who want to play with it. cheers, Gerd