All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL 0/8] usb patch queue
Date: Fri,  9 Nov 2012 10:05:43 +0100	[thread overview]
Message-ID: <1352451951-9407-1-git-send-email-kraxel@redhat.com> (raw)

  Hi,

This is the usb patch queue.  It cleans up the USBPacket error handling
to have separate length and status fields which is needed to get some
corner cases correct.  While being at it it also makes status reporting
identical for both sync and async USBPackets.

It also features a fix for the ehci migration bug added by the most recent
pull and endian fixes for xhci.

please pull,
  Gerd

The following changes since commit 2592c59a66d456fe98fe96cb5787b356c40ee66f:

  tools: initialize main loop before block layer (2012-11-06 04:37:57 +0400)

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

David Gibson (1):
      xhci: Fix some DMA host endian bugs

Gerd Hoffmann (1):
      ehci: fix migration

Hans de Goede (6):
      usb: split packet result into actual_length + status
      usb-redir: Allow packets to have both data and an error-status
      ehci: Get rid of the magical PROC_ERR status
      ehci: Add support for packets with both data and an error status
      xhci: Add support for packets with both data and an error status
      usb/combined-packet: Move freeing of combined to usb_combined_packet_remove()

 hw/usb.h                      |   24 +++--
 hw/usb/bus.c                  |   13 +--
 hw/usb/combined-packet.c      |   58 ++++++-----
 hw/usb/core.c                 |  209 +++++++++++++++++++++-------------------
 hw/usb/desc.c                 |   16 ++-
 hw/usb/desc.h                 |    3 +-
 hw/usb/dev-audio.c            |   49 +++------
 hw/usb/dev-bluetooth.c        |   33 +++----
 hw/usb/dev-hid.c              |   42 ++++-----
 hw/usb/dev-hub.c              |   34 +++----
 hw/usb/dev-network.c          |  101 +++++++++----------
 hw/usb/dev-serial.c           |   29 ++----
 hw/usb/dev-smartcard-reader.c |   69 +++++--------
 hw/usb/dev-storage.c          |   51 ++++------
 hw/usb/dev-uas.c              |   36 +++----
 hw/usb/dev-wacom.c            |   38 +++----
 hw/usb/hcd-ehci-pci.c         |    3 +-
 hw/usb/hcd-ehci.c             |  216 ++++++++++++++++++++---------------------
 hw/usb/hcd-ehci.h             |    1 -
 hw/usb/hcd-musb.c             |   16 ++--
 hw/usb/hcd-ohci.c             |   26 +++--
 hw/usb/hcd-uhci.c             |   34 +++----
 hw/usb/hcd-xhci.c             |  129 +++++++++++++++----------
 hw/usb/host-bsd.c             |   27 +++---
 hw/usb/host-linux.c           |  128 +++++++++++++-----------
 hw/usb/redirect.c             |  187 ++++++++++++++++++-----------------
 26 files changed, 775 insertions(+), 797 deletions(-)

             reply	other threads:[~2012-11-09  9:06 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-09  9:05 Gerd Hoffmann [this message]
2012-11-09  9:05 ` [Qemu-devel] [PATCH 1/8] usb: split packet result into actual_length + status Gerd Hoffmann
2012-11-09  9:05 ` [Qemu-devel] [PATCH 2/8] usb-redir: Allow packets to have both data and an error-status Gerd Hoffmann
2012-11-09  9:05 ` [Qemu-devel] [PATCH 3/8] ehci: Get rid of the magical PROC_ERR status Gerd Hoffmann
2012-11-09  9:05 ` [Qemu-devel] [PATCH 4/8] ehci: Add support for packets with both data and an error status Gerd Hoffmann
2012-11-09  9:05 ` [Qemu-devel] [PATCH 5/8] xhci: " Gerd Hoffmann
2012-11-09  9:05 ` [Qemu-devel] [PATCH 6/8] usb/combined-packet: Move freeing of combined to usb_combined_packet_remove() Gerd Hoffmann
2012-11-09  9:05 ` [Qemu-devel] [PATCH 7/8] xhci: Fix some DMA host endian bugs Gerd Hoffmann
2012-11-09  9:05 ` [Qemu-devel] [PATCH 8/8] ehci: fix migration Gerd Hoffmann
2012-11-14 16:22 ` [Qemu-devel] [PULL 0/8] usb patch queue Anthony Liguori
  -- strict thread matches above, loose matches on Subject: below --
2012-09-26  7:36 Gerd Hoffmann
2012-10-05  2:13 ` Anthony Liguori
2011-01-24 16:30 Gerd Hoffmann
2011-02-17 20:00 ` Anthony Liguori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1352451951-9407-1-git-send-email-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.