From: Juergen Gross <jgross@suse.com>
To: qemu-devel@nongnu.org, xen-devel@lists.xensource.com
Cc: anthony.perard@citrix.com, Juergen Gross <jgross@suse.com>,
kraxel@redhat.com, stefano.stabellini@eu.citrix.com
Subject: [PATCH v5 0/3] usb, xen: add pvUSB backend
Date: Thu, 12 May 2016 16:13:38 +0200 [thread overview]
Message-ID: <1463062421-613-1-git-send-email-jgross@suse.com> (raw)
This series adds a Xen pvUSB backend driver to qemu. USB devices
connected to the host can be passed through to a Xen guest. The
devices are specified via Xenstore. Access to the devices is done
via host-libusb.c
I've tested the backend with various USB devices (memory sticks,
keyboard, ...).
Changes in V5:
- patch 2: silence checkpatch errors/warnings
Changes in V4:
- patch 2: don't allow guest reading the new directory as requested by
Anthony Perard
Changes in V3:
- added new patch 2 (was sent formerly on it's own)
- patch 3 (was 2): multiple small changes as requested by Anthony Perard
- patch 3 (was 2): check for full ring in case of hotplug events as
requested by Anthony Perard
- patch 3 (was 2): use RING_COPY_REQUEST() instead of RING_GET_REQUEST()
- patch 3 (was 2): add check for required header version and disable
backend in case header is too old
Changes in V2:
- rebased to current qemu master
- removed support for isoc requests in this series, as the optimal way to
support those isn't clear yet. Will be added in a followup series.
- several changes as requested by Stefano Stabellini and Konrad Wilk
Changes since RFC:
- open device via qdev_device_add(), making patch 1 obsolete
- modify patch 2 to use isoc passthrough via libusb instead of one
job per frame
Juergen Gross (3):
xen: introduce dummy system device
xen: write information about supported backends
xen: add pvUSB backend
hw/usb/Makefile.objs | 4 +
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 +
7 files changed, 1200 insertions(+), 50 deletions(-)
create mode 100644 hw/usb/xen-usb.c
--
2.6.6
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next reply other threads:[~2016-05-12 14:13 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-12 14:13 Juergen Gross [this message]
2016-05-12 14:13 ` [PATCH v5 1/3] xen: introduce dummy system device Juergen Gross
2016-05-12 15:22 ` Wei Liu
2016-05-12 14:13 ` [PATCH v5 2/3] xen: write information about supported backends Juergen Gross
2016-05-12 15:22 ` Wei Liu
2016-05-12 14:13 ` [PATCH v5 3/3] xen: add pvUSB backend Juergen Gross
2016-05-13 7:26 ` [PATCH v5 0/3] usb, " 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=1463062421-613-1-git-send-email-jgross@suse.com \
--to=jgross@suse.com \
--cc=anthony.perard@citrix.com \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefano.stabellini@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/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).