Re: [Xen-devel] [PATCH V7 5/7] xl: add pvusb commands

2015-10-09 Thread Chun Yan Liu
>>> On 10/2/2015 at 01:02 AM, in message <560d6733.4030...@citrix.com>, George Dunlap wrote: > On 25/09/15 03:11, Chunyan Liu wrote: > > Add pvusb commands: usb-ctrl-attach, usb-ctrl-detach, usb-list, > > usb-attach and usb-detach. > > > > To attach a usb device to guest through pvusb, one

Re: [Xen-devel] [PATCH V7 5/7] xl: add pvusb commands

2015-10-02 Thread Ian Campbell
On Fri, 2015-10-02 at 16:17 +0100, George Dunlap wrote: > On Fri, Oct 2, 2015 at 2:35 PM, Ian Campbell > wrote: > > On Thu, 2015-10-01 at 18:02 +0100, George Dunlap wrote: > > > On 25/09/15 03:11, Chunyan Liu wrote: > > > > Add pvusb commands: usb-ctrl-attach, usb-ctrl-detach, usb-list, > > > > us

Re: [Xen-devel] [PATCH V7 5/7] xl: add pvusb commands

2015-10-02 Thread George Dunlap
On Fri, Oct 2, 2015 at 2:35 PM, Ian Campbell wrote: > On Thu, 2015-10-01 at 18:02 +0100, George Dunlap wrote: >> On 25/09/15 03:11, Chunyan Liu wrote: >> > Add pvusb commands: usb-ctrl-attach, usb-ctrl-detach, usb-list, >> > usb-attach and usb-detach. >> > >> > To attach a usb device to guest thro

Re: [Xen-devel] [PATCH V7 5/7] xl: add pvusb commands

2015-10-02 Thread Ian Campbell
On Thu, 2015-10-01 at 18:02 +0100, George Dunlap wrote: > On 25/09/15 03:11, Chunyan Liu wrote: > > Add pvusb commands: usb-ctrl-attach, usb-ctrl-detach, usb-list, > > usb-attach and usb-detach. > > > > To attach a usb device to guest through pvusb, one could follow > > following example: > > > >

Re: [Xen-devel] [PATCH V7 5/7] xl: add pvusb commands

2015-10-01 Thread George Dunlap
On 25/09/15 03:11, Chunyan Liu wrote: > Add pvusb commands: usb-ctrl-attach, usb-ctrl-detach, usb-list, > usb-attach and usb-detach. > > To attach a usb device to guest through pvusb, one could follow > following example: > > #xl usb-ctrl-attach test_vm version=1 num_ports=8 So all the way back

[Xen-devel] [PATCH V7 5/7] xl: add pvusb commands

2015-09-24 Thread Chunyan Liu
Add pvusb commands: usb-ctrl-attach, usb-ctrl-detach, usb-list, usb-attach and usb-detach. To attach a usb device to guest through pvusb, one could follow following example: #xl usb-ctrl-attach test_vm version=1 num_ports=8 #xl usb-list test_vm will show the usb controllers and port usage und