From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL] usb patch queue
Date: Fri, 24 Jun 2011 12:59:22 +0200 [thread overview]
Message-ID: <1308913175-10454-1-git-send-email-kraxel@redhat.com> (raw)
Hi,
Here comes the USB patch queue. Nothing major, just a bunch of little
fixes and improvements.
please pull,
Gerd
The following changes since commit 48e2faf222cbf4abab7c8e4b3f44229ec98eae7f:
net: Warn about "-net nic" options which were ignored (2011-06-22 07:18:39 -0500)
are available in the git repository at:
git://git.kraxel.org/qemu usb.17
Gerd Hoffmann (6):
usb-linux: add get_endp()
usb-linux: make iso urb count contigurable
usb-linux: track inflight iso urb count
ehci: add freq + maxframes properties
ehci: switch to nanoseconds
usb: ignore USB_DT_DEBUG
Hans de Goede (5):
usb-bus: Don't allow attaching a device to a bus with no free ports
usb: Proper error propagation for usb_device_attach errors
usb: Add a speedmask to devices
usb-linux: allow "compatible" high speed devices to connect at fullspeed
usb-bus: Don't allow speed mismatch while attaching devices
Markus Armbruster (1):
usb-storage: Turn drive serial into a qdev property usb-storage.serial
Peter Maydell (1):
hw/usb-ohci.c: Fix handling of remote wakeup corner cases
hw/usb-bus.c | 31 ++++++++++-----
hw/usb-ccid.c | 1 +
hw/usb-desc.c | 14 ++++++
hw/usb-ehci.c | 43 +++++++++++---------
hw/usb-msd.c | 19 ++++++--
hw/usb-ohci.c | 17 ++++++-
hw/usb.h | 4 ++
usb-bsd.c | 2 +
usb-linux.c | 124 +++++++++++++++++++++++++++++++++++++++++++++------------
9 files changed, 191 insertions(+), 64 deletions(-)
next reply other threads:[~2011-06-24 10:59 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-24 10:59 Gerd Hoffmann [this message]
2011-06-24 10:59 ` [Qemu-devel] [PATCH 01/13] usb-linux: add get_endp() Gerd Hoffmann
2011-06-24 10:59 ` [Qemu-devel] [PATCH 02/13] usb-linux: make iso urb count contigurable Gerd Hoffmann
2011-06-24 10:59 ` [Qemu-devel] [PATCH 03/13] usb-linux: track inflight iso urb count Gerd Hoffmann
2011-06-24 10:59 ` [Qemu-devel] [PATCH 04/13] ehci: add freq + maxframes properties Gerd Hoffmann
2011-06-24 10:59 ` [Qemu-devel] [PATCH 05/13] ehci: switch to nanoseconds Gerd Hoffmann
2011-06-24 10:59 ` [Qemu-devel] [PATCH 06/13] usb-bus: Don't allow attaching a device to a bus with no free ports Gerd Hoffmann
2011-06-24 10:59 ` [Qemu-devel] [PATCH 07/13] usb: Proper error propagation for usb_device_attach errors Gerd Hoffmann
2011-06-24 10:59 ` [Qemu-devel] [PATCH 08/13] usb: Add a speedmask to devices Gerd Hoffmann
2011-06-24 10:59 ` [Qemu-devel] [PATCH 09/13] usb-linux: allow "compatible" high speed devices to connect at fullspeed Gerd Hoffmann
2011-06-24 10:59 ` [Qemu-devel] [PATCH 10/13] usb-bus: Don't allow speed mismatch while attaching devices Gerd Hoffmann
2011-06-24 10:59 ` [Qemu-devel] [PATCH 11/13] hw/usb-ohci.c: Fix handling of remote wakeup corner cases Gerd Hoffmann
2011-06-24 10:59 ` [Qemu-devel] [PATCH 12/13] usb-storage: Turn drive serial into a qdev property usb-storage.serial Gerd Hoffmann
2011-06-24 10:59 ` [Qemu-devel] [PATCH 13/13] usb: ignore USB_DT_DEBUG Gerd Hoffmann
2011-06-24 13:30 ` [Qemu-devel] [PULL] usb patch queue Hans de Goede
2011-06-27 20:19 ` Anthony Liguori
-- strict thread matches above, loose matches on Subject: below --
2012-02-28 10:20 Gerd Hoffmann
2012-02-29 21:07 ` Anthony Liguori
2011-11-01 14:56 Gerd Hoffmann
2011-11-01 18:13 ` Anthony Liguori
2011-10-13 11:08 Gerd Hoffmann
2011-10-14 16:25 ` Anthony Liguori
2011-09-02 9:56 Gerd Hoffmann
2011-09-07 8:41 ` Gerd Hoffmann
2011-09-08 14:23 ` Anthony Liguori
2011-08-11 7:03 Gerd Hoffmann
2011-08-12 7:02 ` Michael Tokarev
2011-08-12 7:57 ` Gerd Hoffmann
2011-08-12 13:04 ` Anthony Liguori
2011-07-20 10:23 Gerd Hoffmann
2011-07-08 9:50 Gerd Hoffmann
2011-07-12 14:52 ` Gerd Hoffmann
2011-07-19 15:59 ` Anthony Liguori
2011-06-14 11:05 Gerd Hoffmann
2011-06-15 14:17 ` Anthony Liguori
2011-05-04 15:41 Gerd Hoffmann
2011-05-05 18:28 ` 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=1308913175-10454-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).