From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoCz5-0002FU-Gh for qemu-devel@nongnu.org; Mon, 09 Jul 2012 08:22:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoCyz-00033x-9H for qemu-devel@nongnu.org; Mon, 09 Jul 2012 08:22:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35168) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoCyz-00033l-17 for qemu-devel@nongnu.org; Mon, 09 Jul 2012 08:22:29 -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 q69CMRWk023967 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 9 Jul 2012 08:22:27 -0400 Message-ID: <4FFACD02.8050108@redhat.com> Date: Mon, 09 Jul 2012 14:22:26 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1341830038-27504-1-git-send-email-kraxel@redhat.com> <4FFAB4CB.2000104@redhat.com> <4FFAB660.2030602@redhat.com> In-Reply-To: <4FFAB660.2030602@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: Paolo Bonzini Cc: qemu-devel@nongnu.org On 07/09/12 12:45, Paolo Bonzini wrote: > 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. Ok, will do when I send out the uas pull request, just waiting a bit so people have some time to review, also anthony is on vacation anyway atm. cheers, Gerd