Re: [Xen-devel] [PATCH v2 0/2] usb, xen: add pvUSB backend

2016-03-28 Thread Juergen Gross
On 18/03/16 15:47, Juergen Gross wrote: > On 18/03/16 13:52, Gerd Hoffmann wrote: >> On Do, 2016-03-10 at 16:19 +0100, Juergen Gross wrote: >>> 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

Re: [Xen-devel] [PATCH v2 0/2] usb, xen: add pvUSB backend

2016-03-19 Thread Gerd Hoffmann
On Do, 2016-03-10 at 16:19 +0100, Juergen Gross wrote: > 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

Re: [Xen-devel] [PATCH v2 0/2] usb, xen: add pvUSB backend

2016-03-19 Thread Juergen Gross
On 18/03/16 13:52, Gerd Hoffmann wrote: > On Do, 2016-03-10 at 16:19 +0100, Juergen Gross wrote: >> 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

[Xen-devel] [PATCH v2 0/2] usb, xen: add pvUSB backend

2016-03-10 Thread Juergen Gross
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, ...).