All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] usb, xen: add pvUSB backend
@ 2016-03-10 15:19 ` Juergen Gross
  0 siblings, 0 replies; 22+ messages in thread
From: Juergen Gross @ 2016-03-10 15:19 UTC (permalink / raw)
  To: qemu-devel, xen-devel
  Cc: Juergen Gross, konrad.wilk, kraxel, stefano.stabellini

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 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 (2):
  xen: introduce dummy system device
  xen: add pvUSB backend

 hw/usb/Makefile.objs         |    4 +
 hw/usb/xen-usb.c             | 1021 ++++++++++++++++++++++++++++++++++++++++++
 hw/xenpv/xen_machine_pv.c    |   43 ++
 include/hw/xen/xen_backend.h |    4 +
 include/hw/xen/xen_common.h  |    2 +
 5 files changed, 1074 insertions(+)
 create mode 100644 hw/usb/xen-usb.c

-- 
2.6.2

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2016-05-06  4:58 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-10 15:19 [Qemu-devel] [PATCH v2 0/2] usb, xen: add pvUSB backend Juergen Gross
2016-03-10 15:19 ` Juergen Gross
2016-03-10 15:19 ` [Qemu-devel] [PATCH v2 1/2] xen: introduce dummy system device Juergen Gross
2016-03-10 15:19   ` Juergen Gross
2016-05-03 15:11   ` [Qemu-devel] " Anthony PERARD
2016-05-03 15:11     ` Anthony PERARD
2016-03-10 15:19 ` [Qemu-devel] [PATCH v2 2/2] xen: add pvUSB backend Juergen Gross
2016-03-10 15:19   ` Juergen Gross
2016-05-03 15:06   ` [Qemu-devel] " Anthony PERARD
2016-05-03 15:06     ` Anthony PERARD
2016-05-04  8:25     ` [Qemu-devel] " Juergen Gross
2016-05-04  8:25       ` Juergen Gross
2016-05-05 10:13       ` [Qemu-devel] " Anthony PERARD
2016-05-05 10:13         ` Anthony PERARD
2016-05-06  4:57         ` [Qemu-devel] " Juergen Gross
2016-05-06  4:57           ` Juergen Gross
2016-03-18 12:52 ` [Qemu-devel] [PATCH v2 0/2] usb, " Gerd Hoffmann
2016-03-18 12:52   ` Gerd Hoffmann
2016-03-18 14:47   ` [Qemu-devel] " Juergen Gross
2016-03-18 14:47     ` Juergen Gross
2016-03-29  4:55     ` [Qemu-devel] [Xen-devel] " Juergen Gross
2016-03-29  4:55       ` Juergen Gross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.