mbox

[PULL,for-1.2,00/11] usb patch queue

Message ID 1346422762-15877-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu usb.61

Message

Gerd Hoffmann Aug. 31, 2012, 2:19 p.m. UTC
Hi,

This patch series brings a some last-minute usb bugfixes for 1.2.  The
new usb packet queuing code added in the 1.2 devel cycle fails to handle
some corner cases correctly and some regressions sneaked in.  Most of
this is in the ehci emulation.

Also included is a 'info qtree' fix which is strictly speaking not usb
related, but it is need to make usb-storage tests in autotest work.

please pull,
  Gerd

PS: complete usb patch queue, including all post-1.2 bits, is now 
    available from git://git.kraxel.org/qemu rebase/usb-next

The following changes since commit b834b5081d6266cc0789454905f3b7d622d4d096:

  w32: Fix broken build (2012-08-30 16:36:21 -0500)

are available in the git repository at:
  git://git.kraxel.org/qemu usb.61

Gerd Hoffmann (5):
      fix info qtree indention
      usb: unique packet ids
      ehci: add ehci_cancel_queue()
      ehci: handle TD deactivation of inflight packets
      uas: move transfer kickoff

Hans de Goede (6):
      usb: Halt ep queue en cancel pending packets on a packet error
      ehci: Fix NULL ptr deref when unplugging an USB dev with an iso stream active
      ehci: Schedule async-bh when IAAD bit gets set
      ehci: Remove unnecessary ehci_flush_qh call
      ehci: simplify ehci_state_executing
      ehci: Fix interrupt endpoints no longer working

 hw/qdev-monitor.c |    2 +-
 hw/usb.h          |    4 +-
 hw/usb/core.c     |   38 +++++++++++++----
 hw/usb/dev-uas.c  |    3 +-
 hw/usb/hcd-ehci.c |  122 ++++++++++++++++++++++++++++++++++------------------
 hw/usb/hcd-musb.c |    3 +-
 hw/usb/hcd-ohci.c |    4 +-
 hw/usb/hcd-uhci.c |   20 ++++++++-
 hw/usb/hcd-xhci.c |    2 +-
 9 files changed, 138 insertions(+), 60 deletions(-)