From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 0/6] usb patch queue
Date: Thu, 15 Sep 2011 13:17:56 +0200 [thread overview]
Message-ID: <1316085482-27569-1-git-send-email-kraxel@redhat.com> (raw)
Hi,
Here comes the USB patch queue with a few bugfixes.
please pull,
Gerd
The following changes since commit 44520db10b1b92f272348ab7028e7afc68ac3edf:
Gdbstub: Fix back-trace on SPARC32 (2011-09-10 18:12:35 +0000)
are available in the git repository at:
git://git.kraxel.org/qemu usb.27
Gerd Hoffmann (5):
usb-storage: fix NULL pointer dereference.
usb-hub: need to check dev->attached
usb: fix port reset
usb-host: factor out code
usb-host: handle USBDEVFS_SETCONFIGURATION returning EBUSY
Peter Maydell (1):
hw/usb-ohci: Fix OHCI_TD_T1 bit position definition
hw/usb-ehci.c | 4 +-
hw/usb-hub.c | 4 +-
hw/usb-msd.c | 5 +-
hw/usb-ohci.c | 4 +-
hw/usb-uhci.c | 2 +-
hw/usb.c | 12 ++++
hw/usb.h | 1 +
usb-linux.c | 176 ++++++++++++++++++++++++++++++++++++---------------------
8 files changed, 136 insertions(+), 72 deletions(-)
next reply other threads:[~2011-09-15 11:18 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-15 11:17 Gerd Hoffmann [this message]
2011-09-15 11:17 ` [Qemu-devel] [PATCH 1/6] usb-storage: fix NULL pointer dereference Gerd Hoffmann
2011-09-15 11:17 ` [Qemu-devel] [PATCH 2/6] usb-hub: need to check dev->attached Gerd Hoffmann
2011-09-15 11:17 ` [Qemu-devel] [PATCH 3/6] usb: fix port reset Gerd Hoffmann
2011-09-15 11:18 ` [Qemu-devel] [PATCH 4/6] usb-host: factor out code Gerd Hoffmann
2011-09-15 11:18 ` [Qemu-devel] [PATCH 5/6] usb-host: handle USBDEVFS_SETCONFIGURATION returning EBUSY Gerd Hoffmann
2011-09-15 11:18 ` [Qemu-devel] [PATCH 6/6] hw/usb-ohci: Fix OHCI_TD_T1 bit position definition Gerd Hoffmann
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=1316085482-27569-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).