qemu-devel.nongnu.org archive mirror
 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 00/10] usb patch queu
Date: Mon,  2 Jun 2014 16:41:56 +0200	[thread overview]
Message-ID: <1401720127-32546-1-git-send-email-kraxel@redhat.com> (raw)

  Hi,

Featuring new test cases for uhci+ehci.  Also misc fixes,
mostly related to xhci emulation and usb3 support.

please pull,
  Gerd

The following changes since commit 9bb931802e6ab5ab6947e3cb9cea934fc0724274:

  Revert "bsd-user: replace fprintf(stderr, ...) with error_report()" (2014-06-02 13:26:59 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/pull-usb-8

for you to fetch changes up to 7bafd8889ea3599285a8fcb1262d50e52d941c0e:

  xhci: order superspeed ports first (2014-06-02 16:38:09 +0200)

----------------------------------------------------------------
qtest: improve ehci/uhci test
usb: misc fixes, mostly for usb3/xhci

----------------------------------------------------------------
Gerd Hoffmann (10):
      qtest: fix qpci_config_writel
      usb: move uhci register defines to header file
      usb: add uhci port status reserved bit
      usb: move ehci register defines to header file
      usb: improve ehci/uhci test
      usb-host: allow attaching usb3 devices to ehci
      usb-host: add HAVE_STREAMS define
      usb: add usb_pick_speed
      xhci: make port reset trace point more verbose
      xhci: order superspeed ports first

 hw/usb/core.c              |  21 +++++++
 hw/usb/desc.c              |  12 ----
 hw/usb/hcd-ehci.c          |  79 +----------------------
 hw/usb/hcd-uhci.c          |  36 +----------
 hw/usb/hcd-xhci.c          |  47 +++++++++++---
 hw/usb/host-libusb.c       |  76 ++++++++++++++++++----
 include/hw/i386/pc.h       |   4 ++
 include/hw/usb.h           |   1 +
 include/hw/usb/ehci-regs.h |  82 ++++++++++++++++++++++++
 include/hw/usb/uhci-regs.h |  40 ++++++++++++
 tests/Makefile             |   4 +-
 tests/libqos/pci.c         |   2 +-
 tests/usb-hcd-ehci-test.c  | 153 +++++++++++++++++++++++++++++++++++++++++++--
 trace-events               |   2 +-
 14 files changed, 405 insertions(+), 154 deletions(-)
 create mode 100644 include/hw/usb/ehci-regs.h
 create mode 100644 include/hw/usb/uhci-regs.h

             reply	other threads:[~2014-06-02 14:42 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-02 14:41 Gerd Hoffmann [this message]
2014-06-02 14:41 ` [Qemu-devel] [PULL 01/10] qtest: fix qpci_config_writel Gerd Hoffmann
2014-06-02 14:41 ` [Qemu-devel] [PULL 02/10] usb: move uhci register defines to header file Gerd Hoffmann
2014-06-02 14:41 ` [Qemu-devel] [PULL 03/10] usb: add uhci port status reserved bit Gerd Hoffmann
2014-06-02 14:42 ` [Qemu-devel] [PULL 04/10] usb: move ehci register defines to header file Gerd Hoffmann
2014-06-02 14:42 ` [Qemu-devel] [PULL 05/10] usb: improve ehci/uhci test Gerd Hoffmann
2014-06-02 14:42 ` [Qemu-devel] [PULL 06/10] usb-host: allow attaching usb3 devices to ehci Gerd Hoffmann
2014-06-02 14:42 ` [Qemu-devel] [PULL 07/10] usb-host: add HAVE_STREAMS define Gerd Hoffmann
2014-06-02 14:42 ` [Qemu-devel] [PULL 08/10] usb: add usb_pick_speed Gerd Hoffmann
2014-06-02 14:42 ` [Qemu-devel] [PULL 09/10] xhci: make port reset trace point more verbose Gerd Hoffmann
2014-06-02 14:42 ` [Qemu-devel] [PULL 10/10] xhci: order superspeed ports first Gerd Hoffmann
2014-06-03 10:58 ` [Qemu-devel] [PULL 00/10] usb patch queu Peter Maydell

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=1401720127-32546-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).