From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL 0/4] usb: add xen pvUSB backend
Date: Mon, 23 May 2016 15:11:59 +0200 [thread overview]
Message-ID: <1464009123-5814-1-git-send-email-kraxel@redhat.com> (raw)
Hi,
Here comes the usb patch queue, finally bringing the xen pvUSB backend.
Also a small ohci fix.
please pull,
Gerd
The following changes since commit e081c24d30c1e7b29eb4450aa16d6a0da5782797:
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' into staging (2016-05-23 10:30:41 +0100)
are available in the git repository at:
git://git.kraxel.org/qemu tags/pull-usb-20160523-1
for you to fetch changes up to d400fc018b326104d26d730e5cc8c36c1f662c34:
usb/ohci: Fix crash with when specifying too many num-ports (2016-05-23 14:59:40 +0200)
----------------------------------------------------------------
usb: add xen pvUSB backend, add num-ports check to ohci.
----------------------------------------------------------------
Juergen Gross (3):
xen: introduce dummy system device
xen: write information about supported backends
xen: add pvUSB backend
Thomas Huth (1):
usb/ohci: Fix crash with when specifying too many num-ports
hw/usb/Makefile.objs | 4 +
hw/usb/hcd-ohci.c | 6 +
hw/usb/xen-usb.c | 1080 ++++++++++++++++++++++++++++++++++++++++++
hw/xen/xen_backend.c | 63 +++
hw/xen/xen_devconfig.c | 52 +-
hw/xenpv/xen_machine_pv.c | 43 ++
include/hw/xen/xen_backend.h | 6 +
include/hw/xen/xen_common.h | 2 +
8 files changed, 1206 insertions(+), 50 deletions(-)
create mode 100644 hw/usb/xen-usb.c
next reply other threads:[~2016-05-23 13:12 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-23 13:11 Gerd Hoffmann [this message]
2016-05-23 13:12 ` [Qemu-devel] [PULL 1/4] xen: introduce dummy system device Gerd Hoffmann
2016-05-23 13:12 ` [Qemu-devel] [PULL 2/4] xen: write information about supported backends Gerd Hoffmann
2016-05-23 13:12 ` [Qemu-devel] [PULL 3/4] xen: add pvUSB backend Gerd Hoffmann
2016-06-07 8:35 ` [Qemu-devel] [Xen-devel] " Olaf Hering
2016-06-10 10:38 ` Gerd Hoffmann
2016-06-13 7:55 ` Juergen Gross
2016-05-23 13:12 ` [Qemu-devel] [PULL 4/4] usb/ohci: Fix crash with when specifying too many num-ports Gerd Hoffmann
2016-05-23 15:15 ` [Qemu-devel] [PULL 0/4] usb: add xen pvUSB backend 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=1464009123-5814-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).