From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkGaD-00008D-9t for qemu-devel@nongnu.org; Mon, 09 Jan 2012 09:52:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkGa8-0006pG-IF for qemu-devel@nongnu.org; Mon, 09 Jan 2012 09:52:21 -0500 Received: from mail-iy0-f173.google.com ([209.85.210.173]:38936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkGa8-0006p6-Ds for qemu-devel@nongnu.org; Mon, 09 Jan 2012 09:52:16 -0500 Received: by iagj37 with SMTP id j37so7968081iag.4 for ; Mon, 09 Jan 2012 06:52:15 -0800 (PST) Message-ID: <4F0AFF1B.1050904@redhat.com> Date: Mon, 09 Jan 2012 08:52:11 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1325854232-17478-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1325854232-17478-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 bugfix patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 01/06/2012 06:50 AM, Gerd Hoffmann wrote: > Hi, > > Here comes a collection of bugfixes for usb, check the individual > patches for details. > > All four patches should be charry-picked into stable once they are > merged into master. Pulled. Thanks. Regards, Anthony Liguori > > please pull, > Gerd > > The following changes since commit f3c6a169a39d188e98c17a0a0ebfa7f85e5aafdd: > > Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into staging (2012-01-03 14:39:05 -0600) > > are available in the git repository at: > > git://git.kraxel.org/qemu usb.33 > > Andriy Gapon (1): > usb-ohci: td.cbp incorrectly updated near page end > > Cao,Bing Bu (1): > Fix parse of usb device description with multiple configurations > > Gerd Hoffmann (2): > usb-storage: cancel I/O on reset > usb-host: properly release port on unplug& exit > > hw/usb-msd.c | 12 ++++++++++++ > hw/usb-ohci.c | 6 +++--- > usb-linux.c | 47 +++++++++++++++++++++++++++++++---------------- > 3 files changed, 46 insertions(+), 19 deletions(-) > >