Re: [Xen-devel] [Patch V4 0/3] xen, usb: support pvUSB frontend driver

2016-03-19 Thread Oleksandr Tyshchenko
Hi Juergen, All. I would like to apply PVUSB drivers for using in our platform while PVUSB stuff doesn't reach upstream. Unfortunately, I couldn't find more recent version of "kernel based" backend driver in mailing list. I have found it in v0 only. [Xen-devel] [PATCH 0/4] xen, usb: support

Re: [Xen-devel] [Patch V4 0/3] xen, usb: support pvUSB frontend driver

2016-03-19 Thread Oleksandr Tyshchenko
On Fri, Mar 18, 2016 at 10:32 AM, Juergen Gross wrote: > Hi Oleksandr, Hi Juergen. Thank you for the quick answer. > > On 17/03/16 20:43, Oleksandr Tyshchenko wrote: > > Hi Juergen, All. > > > > I would like to apply PVUSB drivers for using in our platform while > > PVUSB

Re: [Xen-devel] [Patch V4 0/3] xen, usb: support pvUSB frontend driver

2016-03-18 Thread Juergen Gross
Hi Oleksandr, On 17/03/16 20:43, Oleksandr Tyshchenko wrote: > Hi Juergen, All. > > I would like to apply PVUSB drivers for using in our platform while > PVUSB stuff doesn't reach upstream. > > Unfortunately, I couldn't find more recent version of "kernel based" > backend driver in mailing

Re: [Xen-devel] [Patch V4 0/3] xen, usb: support pvUSB frontend driver

2015-07-19 Thread Juergen Gross
Ping? On 06/23/2015 08:53 AM, Juergen Gross wrote: This series adds XEN guest pvUSB support. With pvUSB it is possible to use physical USB devices from a XEN domain. The support consists of a frontend in form of a virtual hcd driver in the unprivileged domU passing I/O-requests to the backend

[Xen-devel] [Patch V4 0/3] xen, usb: support pvUSB frontend driver

2015-06-23 Thread Juergen Gross
This series adds XEN guest pvUSB support. With pvUSB it is possible to use physical USB devices from a XEN domain. The support consists of a frontend in form of a virtual hcd driver in the unprivileged domU passing I/O-requests to the backend in a driver domain (usually Dom0). The backend is not