From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36207) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REkZj-0006Cp-10 for qemu-devel@nongnu.org; Fri, 14 Oct 2011 12:25:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REkZh-0005KI-0N for qemu-devel@nongnu.org; Fri, 14 Oct 2011 12:25:34 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:39878) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REkZg-0005K9-No for qemu-devel@nongnu.org; Fri, 14 Oct 2011 12:25:32 -0400 Received: by ywm39 with SMTP id 39so2912249ywm.4 for ; Fri, 14 Oct 2011 09:25:32 -0700 (PDT) Message-ID: <4E986278.8060808@codemonkey.ws> Date: Fri, 14 Oct 2011 11:25:28 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1318504111-15309-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1318504111-15309-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 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 10/13/2011 06:08 AM, Gerd Hoffmann wrote: > Hi, > > Here comes the usb patch queue with a bunch of bug fixes. > Check the individual patches for details. > > please pull, > Gerd Pulled. Thanks. Regards, Anthony Liguori > > The following changes since commit ebffe2afceb1a17b5d134b5debf553955fe5ea1a: > > Merge remote-tracking branch 'qmp/queue/qmp' into staging (2011-10-10 08:21:46 -0500) > > are available in the git repository at: > > git://git.kraxel.org/qemu usb.28 > > Gerd Hoffmann (7): > usb-storage: fix NULL pointer dereference. > usb-hub: need to check dev->attached > usb: fix port reset > usb-host: factor out code > usb-host: handle USBDEVFS_SETCONFIGURATION returning EBUSY > usb-hid: activate usb tablet / mouse after migration. > usb-hub: don't trigger assert on packet completion. > > Peter Maydell (2): > hw/usb-ohci: Fix OHCI_TD_T1 bit position definition > hw/usb-ohci: Honour endpoint maximum packet size > > hw/usb-ehci.c | 4 +- > hw/usb-hid.c | 11 ++++ > hw/usb-hub.c | 12 +++- > hw/usb-msd.c | 5 +- > hw/usb-ohci.c | 41 +++++++++---- > hw/usb-uhci.c | 2 +- > hw/usb.c | 12 ++++ > hw/usb.h | 1 + > usb-linux.c | 176 ++++++++++++++++++++++++++++++++++++--------------------- > 9 files changed, 180 insertions(+), 84 deletions(-) > >