From: Juergen Gross <jgross@suse.com>
To: kraxel@redhat.com, stefano.stabellini@eu.citrix.com,
qemu-devel@nongnu.org, xen-devel@lists.xensource.com
Cc: Juergen Gross <jgross@suse.com>
Subject: [Qemu-devel] [Patch V1 0/3] usb, xen: add pvUSB backend
Date: Thu, 3 Sep 2015 12:45:10 +0200 [thread overview]
Message-ID: <1441277113-30693-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, phono preamp, ...).
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/usb: add capability for passing through isoc jobs to host devices
xen: add pvUSB backend
hw/usb/Makefile.objs | 4 +
hw/usb/core.c | 11 +-
hw/usb/host-libusb.c | 51 +-
hw/usb/xen-usb.c | 1120 ++++++++++++++++++++++++++++++++++++++++++
hw/xenpv/xen_machine_pv.c | 42 ++
include/hw/xen/xen_backend.h | 11 +
6 files changed, 1229 insertions(+), 10 deletions(-)
create mode 100644 hw/usb/xen-usb.c
--
2.1.4
next reply other threads:[~2015-09-03 10:45 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-03 10:45 Juergen Gross [this message]
2015-09-03 10:45 ` [Qemu-devel] [Patch V1 1/3] xen: introduce dummy system device Juergen Gross
2015-09-07 15:29 ` Stefano Stabellini
2015-09-09 11:01 ` [Qemu-devel] [Xen-devel] " Juergen Gross
2015-09-03 10:45 ` [Qemu-devel] [Patch V1 2/3] xen/usb: add capability for passing through isoc jobs to host devices Juergen Gross
2015-09-04 13:25 ` Gerd Hoffmann
2015-09-09 11:37 ` Juergen Gross
2015-09-09 12:01 ` Gerd Hoffmann
2015-09-09 13:10 ` Juergen Gross
2015-09-09 14:43 ` Gerd Hoffmann
2015-09-15 19:17 ` [Qemu-devel] [Xen-devel] " Konrad Rzeszutek Wilk
2015-09-03 10:45 ` [Qemu-devel] [Patch V1 3/3] xen: add pvUSB backend Juergen Gross
2015-09-07 17:38 ` Stefano Stabellini
2015-09-09 11:22 ` [Qemu-devel] [Xen-devel] " Juergen Gross
2015-09-09 13:13 ` Stefano Stabellini
2015-10-27 18:54 ` Konrad Rzeszutek Wilk
2016-03-07 12:43 ` Juergen Gross
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=1441277113-30693-1-git-send-email-jgross@suse.com \
--to=jgross@suse.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).