From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzQUY-0000UA-Q1 for qemu-devel@nongnu.org; Fri, 02 Sep 2011 05:56:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QzQUW-00029g-Ak for qemu-devel@nongnu.org; Fri, 02 Sep 2011 05:56:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48668) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzQUW-00029O-30 for qemu-devel@nongnu.org; Fri, 02 Sep 2011 05:56:52 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p829upHO010363 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 2 Sep 2011 05:56:51 -0400 From: Gerd Hoffmann Date: Fri, 2 Sep 2011 11:56:29 +0200 Message-Id: <1314957407-29508-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL] usb patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann 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 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=C3=A4ki (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 625f9e1f54cd78ee98ac22030da527c9a1cc9d= 2b: Merge remote-tracking branch 'stefanha/trivial-patches' into staging (2= 011-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=C3=A4ki (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(-)