From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL 0/9] usb patch queue
Date: Mon, 29 May 2017 15:09:47 +0200 [thread overview]
Message-ID: <20170529130956.20297-1-kraxel@redhat.com> (raw)
Hi,
Here comes the usb patch queue. As usual some bugfixes, legacy options
and hmp commands are deprecated, xhci is splitted so nec-xhci can have
its own config option.
please pull,
Gerd
The following changes since commit 9964e96dc9999cf7f7c936ee854a795415d19b60:
Merge remote-tracking branch 'jasowang/tags/net-pull-request' into staging (2017-05-23 15:01:31 +0100)
are available in the git repository at:
git://git.kraxel.org/qemu tags/pull-usb-20170529-1
for you to fetch changes up to 3bfecee2cb71f21cd39d6183f18b446c01917573:
ehci: fix frame timer invocation. (2017-05-29 14:19:16 +0200)
----------------------------------------------------------------
usb: depricate legacy options and hmp commands
usb: fixes for ehci and hub, split xhci variants
----------------------------------------------------------------
Gerd Hoffmann (5):
ehci: fix overflow in frame timer code
xhci: split into multiple files
xhci: add CONFIG_USB_XHCI_NEC option
usb: don't wakeup during coldplug
ehci: fix frame timer invocation.
Ladi Prosek (1):
usb-hub: set PORT_STAT_C_SUSPEND on host-initiated wake-up
Thomas Huth (3):
usb: Deprecate the legacy -usbdevice option
usb: Deprecate HMP commands usb_add and usb_del
usb: Simplify the parameter parsing of the legacy usb serial device
hw/usb/hcd-xhci.h | 226 +++++++++++++++++++++++++++++++++++++++++++++
hw/usb/core.c | 8 ++
hw/usb/dev-hub.c | 15 ++-
hw/usb/dev-serial.c | 21 +----
hw/usb/hcd-ehci.c | 15 ++-
hw/usb/hcd-xhci-nec.c | 63 +++++++++++++
hw/usb/hcd-xhci.c | 238 +-----------------------------------------------
vl.c | 8 ++
default-configs/pci.mak | 1 +
hmp-commands.hx | 6 +-
hw/usb/Makefile.objs | 1 +
qemu-options.hx | 9 +-
12 files changed, 348 insertions(+), 263 deletions(-)
create mode 100644 hw/usb/hcd-xhci.h
create mode 100644 hw/usb/hcd-xhci-nec.c
next reply other threads:[~2017-05-29 13:10 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-29 13:09 Gerd Hoffmann [this message]
2017-05-29 13:09 ` [Qemu-devel] [PULL 1/9] ehci: fix overflow in frame timer code Gerd Hoffmann
2017-05-29 13:09 ` [Qemu-devel] [PULL 2/9] usb: Deprecate the legacy -usbdevice option Gerd Hoffmann
2017-05-29 13:09 ` [Qemu-devel] [PULL 3/9] usb: Deprecate HMP commands usb_add and usb_del Gerd Hoffmann
2017-05-29 13:09 ` [Qemu-devel] [PULL 4/9] usb: Simplify the parameter parsing of the legacy usb serial device Gerd Hoffmann
2017-05-29 13:09 ` [Qemu-devel] [PULL 5/9] xhci: split into multiple files Gerd Hoffmann
2017-05-29 13:09 ` [Qemu-devel] [PULL 6/9] xhci: add CONFIG_USB_XHCI_NEC option Gerd Hoffmann
2017-05-29 13:09 ` [Qemu-devel] [PULL 7/9] usb-hub: set PORT_STAT_C_SUSPEND on host-initiated wake-up Gerd Hoffmann
2017-05-29 13:09 ` [Qemu-devel] [PULL 8/9] usb: don't wakeup during coldplug Gerd Hoffmann
2017-05-29 13:09 ` [Qemu-devel] [PULL 9/9] ehci: fix frame timer invocation Gerd Hoffmann
2017-05-30 9:43 ` [Qemu-devel] [PULL 0/9] usb patch queue Stefan Hajnoczi
-- strict thread matches above, loose matches on Subject: below --
2013-06-24 6:44 Gerd Hoffmann
2012-07-09 10:20 Gerd Hoffmann
2012-07-09 16:48 ` 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=20170529130956.20297-1-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).