All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL for-1.2 00/11] usb patch queue
@ 2012-08-31 14:19 Gerd Hoffmann
  2012-08-31 14:19 ` [Qemu-devel] [PATCH for-1.2 01/11] fix info qtree indention Gerd Hoffmann
                   ` (10 more replies)
  0 siblings, 11 replies; 18+ messages in thread
From: Gerd Hoffmann @ 2012-08-31 14:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  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(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2012-09-01 20:07 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-31 14:19 [Qemu-devel] [PULL for-1.2 00/11] usb patch queue Gerd Hoffmann
2012-08-31 14:19 ` [Qemu-devel] [PATCH for-1.2 01/11] fix info qtree indention Gerd Hoffmann
2012-08-31 14:19 ` [Qemu-devel] [PATCH for-1.2 02/11] usb: Halt ep queue en cancel pending packets on a packet error Gerd Hoffmann
2012-09-01 10:42   ` Blue Swirl
2012-09-01 13:37     ` Hans de Goede
2012-09-01 14:12       ` Michael Roth
2012-09-01 18:47         ` Hans de Goede
2012-09-01 19:04           ` Peter Maydell
2012-09-01 20:07           ` Michael Roth
2012-08-31 14:19 ` [Qemu-devel] [PATCH for-1.2 03/11] usb: unique packet ids Gerd Hoffmann
2012-08-31 14:19 ` [Qemu-devel] [PATCH for-1.2 04/11] ehci: Fix NULL ptr deref when unplugging an USB dev with an iso stream active Gerd Hoffmann
2012-08-31 14:19 ` [Qemu-devel] [PATCH for-1.2 05/11] ehci: Schedule async-bh when IAAD bit gets set Gerd Hoffmann
2012-08-31 14:19 ` [Qemu-devel] [PATCH for-1.2 06/11] ehci: Remove unnecessary ehci_flush_qh call Gerd Hoffmann
2012-08-31 14:19 ` [Qemu-devel] [PATCH for-1.2 07/11] ehci: simplify ehci_state_executing Gerd Hoffmann
2012-08-31 14:19 ` [Qemu-devel] [PATCH for-1.2 08/11] ehci: add ehci_cancel_queue() Gerd Hoffmann
2012-08-31 14:19 ` [Qemu-devel] [PATCH for-1.2 09/11] ehci: handle TD deactivation of inflight packets Gerd Hoffmann
2012-08-31 14:19 ` [Qemu-devel] [PATCH for-1.2 10/11] ehci: Fix interrupt endpoints no longer working Gerd Hoffmann
2012-08-31 14:19 ` [Qemu-devel] [PATCH for-1.2 11/11] uas: move transfer kickoff Gerd Hoffmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.