>>> 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
>>> 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_
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
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;
>
>>> 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
>>> 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
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:
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
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