All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] xen, usb: support pvUSB drivers
@ 2015-02-26 13:35 Juergen Gross
  2015-02-26 13:35 ` [PATCH 1/4] usb: Add Xen pvUSB protocol description Juergen Gross
                   ` (3 more replies)
  0 siblings, 4 replies; 31+ messages in thread
From: Juergen Gross @ 2015-02-26 13:35 UTC (permalink / raw)
  To: linux-kernel, xen-devel, konrad.wilk, david.vrabel,
	boris.ostrovsky, linux-usb, gregkh, cyliu
  Cc: Juergen Gross

This series adds XEN pvUSB support. With pvUSB it is possible to use physical
USB devices from a XEN domain.

The support consists of a backend in the privileged Domain-0 doing the real
I/O and a frontend in the unprivileged domU passing I/O-requests to the backend.

The code is taken (and adapted) from the original pvUSB implementation done
for Linux 2.6 in 2008 by Fujitsu.

Normal operation of USB devices by adding and removing them dynamically to/from
a domain has been tested using various USB devices (USB 1.1, 2.0 and 3.0).
Assignment of a USB device at domain creation via config file has been tested
as well.

Tests have been performed with the xm toolset and with xl using patches
from Chun Yan Liu which are not upstream yet.

Juergen Gross (4):
  usb: Add Xen pvUSB protocol description
  usb: Introduce Xen pvUSB frontend
  usb: Introduce Xen pvUSB backend
  xen: add Xen pvUSB maintainer

 MAINTAINERS                      |    8 +
 drivers/usb/Kconfig              |    2 +
 drivers/usb/Makefile             |    3 +
 drivers/usb/xen/Kconfig          |   20 +
 drivers/usb/xen/Makefile         |    6 +
 drivers/usb/xen/xen-usbback.c    | 1845 ++++++++++++++++++++++++++++++++++++++
 drivers/usb/xen/xen-usbfront.c   | 1634 +++++++++++++++++++++++++++++++++
 include/xen/interface/io/usbif.h |  220 +++++
 8 files changed, 3738 insertions(+)
 create mode 100644 drivers/usb/xen/Kconfig
 create mode 100644 drivers/usb/xen/Makefile
 create mode 100644 drivers/usb/xen/xen-usbback.c
 create mode 100644 drivers/usb/xen/xen-usbfront.c
 create mode 100644 include/xen/interface/io/usbif.h

-- 
2.1.4


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

end of thread, other threads:[~2015-03-06 12:52 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-26 13:35 [PATCH 0/4] xen, usb: support pvUSB drivers Juergen Gross
2015-02-26 13:35 ` [PATCH 1/4] usb: Add Xen pvUSB protocol description Juergen Gross
2015-02-26 13:35 ` [PATCH 2/4] usb: Introduce Xen pvUSB frontend Juergen Gross
2015-02-26 14:09   ` Oliver Neukum
2015-02-26 13:35 ` [PATCH 3/4] usb: Introduce Xen pvUSB backend Juergen Gross
2015-03-02 11:39   ` [Xen-devel] " David Vrabel
2015-03-02 11:39     ` David Vrabel
2015-03-04 13:31     ` Juergen Gross
2015-03-04 13:41       ` Ian Campbell
2015-03-04 13:41         ` Ian Campbell
2015-03-04 13:45         ` Juergen Gross
2015-03-04 13:53       ` David Vrabel
2015-03-04 13:53         ` David Vrabel
2015-03-04 14:09         ` Juergen Gross
2015-03-04 14:09           ` Juergen Gross
2015-03-04 14:19           ` David Vrabel
2015-03-04 14:19             ` David Vrabel
2015-03-04 14:29             ` Ian Campbell
2015-03-04 14:29               ` Ian Campbell
2015-03-04 14:41               ` Juergen Gross
2015-03-04 14:43                 ` Peter Stuge
2015-03-04 14:43                   ` Peter Stuge
2015-03-04 14:46                 ` Ian Campbell
2015-03-04 14:46                   ` Ian Campbell
2015-03-06 10:59                   ` Pasi Kärkkäinen
2015-03-06 10:59                     ` Pasi Kärkkäinen
2015-03-06 12:52           ` [Xen-devel] " Austin S Hemmelgarn
2015-03-04 15:27       ` Greg KH
2015-03-04 15:31         ` Juergen Gross
2015-02-26 13:35 ` [PATCH 4/4] xen: add Xen pvUSB maintainer Juergen Gross
2015-02-26 17:25   ` Konrad Rzeszutek Wilk

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.