From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPXZt-0002rv-Mc for qemu-devel@nongnu.org; Thu, 26 May 2011 06:14:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QPXZs-0002FY-O6 for qemu-devel@nongnu.org; Thu, 26 May 2011 06:14:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21189) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPXZs-0002FR-D9 for qemu-devel@nongnu.org; Thu, 26 May 2011 06:14:04 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p4QAE251025001 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 26 May 2011 06:14:03 -0400 Message-ID: <4DDE27E7.8040802@redhat.com> Date: Thu, 26 May 2011 12:13:59 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1306143819-30287-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1306143819-30287-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] usb patch queue: initial usb 2.0 support. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 05/23/11 11:43, Gerd Hoffmann wrote: > Hi, > > Here is the usb patch queue, with EHCI support being the outstanding > new feature. Most patches are unmodified. Patch #5 got a better commit > message. The EHCI patch now lists all contributes in the commit message > too (they where listed in the source code only before), I hope everybody > is happy with that now. > are available in the git repository at: > git://git.kraxel.org/qemu usb.13.pull Pushed a slightly updated usb.14.pull branch. Rebased to latest master. Fixed the FSF address as noted by blueswirl. No other changes, so I don't spam the list again with the whole series. The issue with async packets on unplug noticed by Hans (which isn't new) will be fixed with the next batch of usb patches. please pull, Gerd