Re: [Xen-devel] [PATCH V15 4/6] libxl: add pvusb API

2016-03-03 Thread Chun Yan Liu
>>> On 3/3/2016 at 05:27 PM, in message , George Dunlap wrote: > On Thu, Mar 3, 2016 at 2:59 AM, Chun Yan Liu wrote: > On 3/3/2016 at 02:46 AM, in message <56d7350f.7010...@citrix.com>, George > > Dunlap wrote: > >> Sorry, just looked through the rest of the series, and there's one mor

Re: [Xen-devel] [PATCH V15 4/6] libxl: add pvusb API

2016-03-03 Thread Chun Yan Liu
>>> On 3/3/2016 at 05:20 PM, in message , George Dunlap wrote: > On Thu, Mar 3, 2016 at 3:11 AM, Chun Yan Liu wrote: > On 3/3/2016 at 02:32 AM, in message <56d731b1.60...@citrix.com>, George > Dunlap > > wrote: > >> On 01/03/16 08:09, Chunyan Liu wrote: > >> > +static int usbdev_

Re: [Xen-devel] [PATCH V15 4/6] libxl: add pvusb API

2016-03-03 Thread George Dunlap
On Thu, Mar 3, 2016 at 2:59 AM, Chun Yan Liu wrote: On 3/3/2016 at 02:46 AM, in message <56d7350f.7010...@citrix.com>, George > Dunlap wrote: >> Sorry, just looked through the rest of the series, and there's one more >> thing. >> >> Neither here nor in the man page do we explain what to do i

Re: [Xen-devel] [PATCH V15 4/6] libxl: add pvusb API

2016-03-03 Thread George Dunlap
On Thu, Mar 3, 2016 at 3:11 AM, Chun Yan Liu wrote: On 3/3/2016 at 02:32 AM, in message <56d731b1.60...@citrix.com>, George Dunlap > wrote: >> On 01/03/16 08:09, Chunyan Liu wrote: >> > +static int usbdev_rebind(libxl__gc *gc, const char *busid) >> > +{ >> > +char **intfs = NULL; >

Re: [Xen-devel] [PATCH V15 4/6] libxl: add pvusb API

2016-03-02 Thread Chun Yan Liu
>>> On 3/3/2016 at 02:32 AM, in message <56d731b1.60...@citrix.com>, George >>> Dunlap wrote: > On 01/03/16 08:09, Chunyan Liu wrote: > > Add pvusb APIs, including: > > - attach/detach (create/destroy) virtual usb controller. > > - attach/detach usb device > > - list usb controller and

Re: [Xen-devel] [PATCH V15 4/6] libxl: add pvusb API

2016-03-02 Thread Chun Yan Liu
>>> On 3/3/2016 at 02:46 AM, in message <56d7350f.7010...@citrix.com>, George Dunlap wrote: > On 02/03/16 18:32, George Dunlap wrote: > > On 01/03/16 08:09, Chunyan Liu wrote: > >> Add pvusb APIs, including: > >> - attach/detach (create/destroy) virtual usb controller. > >> - attach/detac

Re: [Xen-devel] [PATCH V15 4/6] libxl: add pvusb API

2016-03-02 Thread George Dunlap
On 02/03/16 18:32, George Dunlap wrote: > On 01/03/16 08:09, Chunyan Liu wrote: >> Add pvusb APIs, including: >> - attach/detach (create/destroy) virtual usb controller. >> - attach/detach usb device >> - list usb controller and usb devices >> - some other helper functions >> >> Signed-off-by:

Re: [Xen-devel] [PATCH V15 4/6] libxl: add pvusb API

2016-03-02 Thread George Dunlap
On 01/03/16 08:09, Chunyan Liu wrote: > Add pvusb APIs, including: > - attach/detach (create/destroy) virtual usb controller. > - attach/detach usb device > - list usb controller and usb devices > - some other helper functions > > Signed-off-by: Simon Cao > Signed-off-by: George Dunlap > Sig

[Xen-devel] [PATCH V15 4/6] libxl: add pvusb API

2016-03-01 Thread Chunyan Liu
Add pvusb APIs, including: - attach/detach (create/destroy) virtual usb controller. - attach/detach usb device - list usb controller and usb devices - some other helper functions Signed-off-by: Simon Cao Signed-off-by: George Dunlap Signed-off-by: Chunyan Liu --- Changes: reorder usbdev_r