From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoBTa-0006ux-2u for qemu-devel@nongnu.org; Mon, 09 Jul 2012 06:45:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoBTY-0001Ky-Dj for qemu-devel@nongnu.org; Mon, 09 Jul 2012 06:45:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoBTY-0001Ko-5g for qemu-devel@nongnu.org; Mon, 09 Jul 2012 06:45:56 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q69AjsC4006544 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 9 Jul 2012 06:45:54 -0400 Message-ID: <4FFAB660.2030602@redhat.com> Date: Mon, 09 Jul 2012 12:45:52 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1341830038-27504-1-git-send-email-kraxel@redhat.com> <4FFAB4CB.2000104@redhat.com> In-Reply-To: <4FFAB4CB.2000104@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: qemu-devel@nongnu.org Il 09/07/2012 12:39, Gerd Hoffmann ha scritto: > 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. Feel free to include my patch in a pull request, of course. Paolo