From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1fVz-00044o-6T for qemu-devel@nongnu.org; Thu, 08 Sep 2011 10:23:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1fVx-0007Ov-U2 for qemu-devel@nongnu.org; Thu, 08 Sep 2011 10:23:39 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:51714) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1fVx-0007Om-RP for qemu-devel@nongnu.org; Thu, 08 Sep 2011 10:23:37 -0400 Received: by gye5 with SMTP id 5so823913gye.4 for ; Thu, 08 Sep 2011 07:23:36 -0700 (PDT) Message-ID: <4E68CFE4.60507@codemonkey.ws> Date: Thu, 08 Sep 2011 09:23:32 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1314957407-29508-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1314957407-29508-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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 09/02/2011 04:56 AM, Gerd Hoffmann wrote: > Hi, > > This is the current use patch queue with the following changes: > > * musb improvements (qdev windup) > * fix ehci emulation for FreeBSD guests. > * a bunch if usb-host fixes. > * misc minir tweaks. > > please pull, > Gerd Pulled. Thanks. Regards, Anthony Liguori > > Gerd Hoffmann (15): > usb-host: start tracing support > usb-host: reapurb error report fix > usb-host: fix halted endpoints > usb-host: limit open retries > usb-host: fix configuration tracking. > usb-host: claim port > usb-host: endpoint table fixup > usb-ehci: handle siTDs > usb-host: constify port > usb-host: parse port in /proc/bus/usb/devices scan > usb: fix use after free > usb-ccid: switch to USBDesc* > usb-ccid: remote wakeup support > usb: claim port at device initialization time. > usb-host: tag as unmigratable > > Juha Riihimäki (1): > usb-musb: Add reset function > > Peter Maydell (2): > usb: Remove leading underscores from __musb_irq_max > usb-musb: Take a DeviceState* in init function > > hw/tusb6010.c | 11 +- > hw/usb-bus.c | 110 ++++++++------ > hw/usb-ccid.c | 248 +++++++++++--------------------- > hw/usb-desc.h | 2 +- > hw/usb-ehci.c | 65 +++++++-- > hw/usb-hub.c | 12 +-- > hw/usb-musb.c | 26 +++- > hw/usb-ohci.c | 4 +- > hw/usb-uhci.c | 11 +- > hw/usb.c | 37 +++--- > hw/usb.h | 11 +- > trace-events | 32 ++++ > usb-linux.c | 448 ++++++++++++++++++++++++++++++++++----------------------- > 13 files changed, 561 insertions(+), 456 deletions(-) > > The following changes since commit 625f9e1f54cd78ee98ac22030da527c9a1cc9d2b: > > Merge remote-tracking branch 'stefanha/trivial-patches' into staging (2011-09-01 13:57:19 -0500) > > are available in the git repository at: > > git://git.kraxel.org/qemu usb.25 > > Gerd Hoffmann (15): > usb-host: start tracing support > usb-host: reapurb error report fix > usb-host: fix halted endpoints > usb-host: limit open retries > usb-host: fix configuration tracking. > usb-host: claim port > usb-host: endpoint table fixup > usb-ehci: handle siTDs > usb-host: constify port > usb-host: parse port in /proc/bus/usb/devices scan > usb: fix use after free > usb-ccid: switch to USBDesc* > usb-ccid: remote wakeup support > usb: claim port at device initialization time. > usb-host: tag as unmigratable > > Juha Riihimäki (1): > usb-musb: Add reset function > > Peter Maydell (2): > usb: Remove leading underscores from __musb_irq_max > usb-musb: Take a DeviceState* in init function > > hw/tusb6010.c | 11 +- > hw/usb-bus.c | 110 ++++++++------ > hw/usb-ccid.c | 248 +++++++++++--------------------- > hw/usb-desc.h | 2 +- > hw/usb-ehci.c | 65 +++++++-- > hw/usb-hub.c | 12 +-- > hw/usb-musb.c | 26 +++- > hw/usb-ohci.c | 4 +- > hw/usb-uhci.c | 11 +- > hw/usb.c | 37 +++--- > hw/usb.h | 11 +- > trace-events | 32 ++++ > usb-linux.c | 448 ++++++++++++++++++++++++++++++++++----------------------- > 13 files changed, 561 insertions(+), 456 deletions(-) > >