From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL 0/7] usb patch queue
Date: Tue, 16 Apr 2013 12:13:03 +0200 [thread overview]
Message-ID: <1366107190-30853-1-git-send-email-kraxel@redhat.com> (raw)
Hi,
Here comes the usb patch queue. Big new feature is the libusb-based
usb-host driver. There also is a usb-serial fix and a small collection
of xhci bugfixes.
please pull,
Gerd
The following changes since commit 24a6e7f4d91e9ed5f8117ecb083431a23f8609a0:
virtio-balloon: fix dynamic properties. (2013-04-15 17:06:58 -0500)
are available in the git repository at:
git://git.kraxel.org/qemu usb.80
for you to fetch changes up to 2b2325ff6491224a42e1fec99b1c39fbc521c95c:
use libusb for usb-host (2013-04-16 12:04:09 +0200)
----------------------------------------------------------------
Gerd Hoffmann (6):
xhci: remove leftover debug printf
xhci: add xhci_cap_write
xhci: fix portsc writes
xhci: use slotid as device address
xhci: fix address device
use libusb for usb-host
Hans de Goede (1):
usb-serial: Remove double call to qemu_chr_add_handlers( NULL )
configure | 36 ++
hw/usb/dev-serial.c | 9 -
hw/usb/hcd-xhci.c | 79 +--
hw/usb/host-libusb.c | 1449 ++++++++++++++++++++++++++++++++++++++++++++++++++
hw/usb/host-linux.c | 14 +-
trace-events | 5 +
6 files changed, 1551 insertions(+), 41 deletions(-)
create mode 100644 hw/usb/host-libusb.c
next reply other threads:[~2013-04-16 10:13 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-16 10:13 Gerd Hoffmann [this message]
2013-04-16 10:13 ` [Qemu-devel] [PATCH 1/7] usb-serial: Remove double call to qemu_chr_add_handlers( NULL ) Gerd Hoffmann
2013-04-16 10:13 ` [Qemu-devel] [PATCH 2/7] xhci: remove leftover debug printf Gerd Hoffmann
2013-04-16 10:13 ` [Qemu-devel] [PATCH 3/7] xhci: add xhci_cap_write Gerd Hoffmann
2013-04-16 10:13 ` [Qemu-devel] [PATCH 4/7] xhci: fix portsc writes Gerd Hoffmann
2013-04-16 10:13 ` [Qemu-devel] [PATCH 5/7] xhci: use slotid as device address Gerd Hoffmann
2013-04-16 10:13 ` [Qemu-devel] [PATCH 6/7] xhci: fix address device Gerd Hoffmann
2013-04-16 10:13 ` [Qemu-devel] [PATCH 7/7] use libusb for usb-host Gerd Hoffmann
2013-04-18 13:07 ` Markus Armbruster
2013-04-22 15:57 ` Andreas Färber
-- strict thread matches above, loose matches on Subject: below --
2013-06-03 10:05 [Qemu-devel] [PULL 0/7] usb patch queue Gerd Hoffmann
2013-06-17 21:18 ` Anthony Liguori
2013-09-19 9:34 Gerd Hoffmann
2014-02-18 15:50 Gerd Hoffmann
2014-02-20 15:36 ` Peter Maydell
2016-01-08 10:40 Gerd Hoffmann
2016-01-08 12:50 ` 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=1366107190-30853-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).