Re: [Xen-devel] [PATCH RFC V2 1/5] libxl: add pvusb definitions

2015-03-04 Thread Chun Yan Liu
>>> On 3/4/2015 at 10:41 PM, in message <54f71992.5080...@eu.citrix.com>, George Dunlap wrote: > On 03/04/2015 08:28 AM, Chun Yan Liu wrote: > > > > > On 3/4/2015 at 01:15 AM, in message <54f5ec4e.6020...@eu.citrix.com>, > George > > Dunlap wrote: > >> On 01/19/2015 08:28 AM

Re: [Xen-devel] [PATCH RFC V2 1/5] libxl: add pvusb definitions

2015-03-04 Thread Chun Yan Liu
>>> On 3/4/2015 at 08:33 PM, in message <1425472438.25940.147.ca...@citrix.com>, Ian Campbell wrote: > On Wed, 2015-03-04 at 12:26 +, George Dunlap wrote: > > On 03/04/2015 10:00 AM, Ian Campbell wrote: > > > On Wed, 2015-03-04 at 00:26 -0700, Chun Yan Liu wrote: > > >> > > > On 3/3

Re: [Xen-devel] [PATCH RFC V2 1/5] libxl: add pvusb definitions

2015-03-04 Thread George Dunlap
On 03/04/2015 08:28 AM, Chun Yan Liu wrote: > > On 3/4/2015 at 01:15 AM, in message <54f5ec4e.6020...@eu.citrix.com>, George > Dunlap wrote: >> On 01/19/2015 08:28 AM, Chunyan Liu wrote: >>> To attach a usb device, a virtual usb controller should be created first. >>> This patch de

Re: [Xen-devel] [PATCH RFC V2 1/5] libxl: add pvusb definitions

2015-03-04 Thread Ian Campbell
On Wed, 2015-03-04 at 12:26 +, George Dunlap wrote: > On 03/04/2015 10:00 AM, Ian Campbell wrote: > > On Wed, 2015-03-04 at 00:26 -0700, Chun Yan Liu wrote: > >> > > On 3/3/2015 at 07:10 PM, in message > > <1425381019.24959.87.ca...@citrix.com>, Ian > >> Campbell wrote: > >>> On Mon,

Re: [Xen-devel] [PATCH RFC V2 1/5] libxl: add pvusb definitions

2015-03-04 Thread George Dunlap
On 03/04/2015 10:00 AM, Ian Campbell wrote: > On Wed, 2015-03-04 at 00:26 -0700, Chun Yan Liu wrote: >> > On 3/3/2015 at 07:10 PM, in message > <1425381019.24959.87.ca...@citrix.com>, Ian >> Campbell wrote: >>> On Mon, 2015-01-19 at 16:28 +0800, Chunyan Liu wrote: >>> >>> Sorry for th

Re: [Xen-devel] [PATCH RFC V2 1/5] libxl: add pvusb definitions

2015-03-04 Thread Ian Campbell
On Wed, 2015-03-04 at 00:26 -0700, Chun Yan Liu wrote: > > >>> On 3/3/2015 at 07:10 PM, in message > >>> <1425381019.24959.87.ca...@citrix.com>, Ian > Campbell wrote: > > On Mon, 2015-01-19 at 16:28 +0800, Chunyan Liu wrote: > > > > Sorry for the long delay in replying. > > > > > To attac

Re: [Xen-devel] [PATCH RFC V2 1/5] libxl: add pvusb definitions

2015-03-04 Thread Chun Yan Liu
>>> On 3/4/2015 at 01:15 AM, in message <54f5ec4e.6020...@eu.citrix.com>, George Dunlap wrote: > On 01/19/2015 08:28 AM, Chunyan Liu wrote: > > To attach a usb device, a virtual usb controller should be created first. > > This patch defines usbctrl and usbdevice related structs. > > > > Si

Re: [Xen-devel] [PATCH RFC V2 1/5] libxl: add pvusb definitions

2015-03-03 Thread Chun Yan Liu
>>> On 3/3/2015 at 07:10 PM, in message <1425381019.24959.87.ca...@citrix.com>, >>> Ian Campbell wrote: > On Mon, 2015-01-19 at 16:28 +0800, Chunyan Liu wrote: > > Sorry for the long delay in replying. > > > To attach a usb device, a virtual usb controller should be created first. > > T

Re: [Xen-devel] [PATCH RFC V2 1/5] libxl: add pvusb definitions

2015-03-03 Thread George Dunlap
On 01/19/2015 08:28 AM, Chunyan Liu wrote: > To attach a usb device, a virtual usb controller should be created first. > This patch defines usbctrl and usbdevice related structs. > > Signed-off-by: Chunyan Liu > Signed-off-by: Simon Cao Chunyan, thanks for picking up this work! A couple of thi

Re: [Xen-devel] [PATCH RFC V2 1/5] libxl: add pvusb definitions

2015-03-03 Thread George Dunlap
On 03/03/2015 11:10 AM, Ian Campbell wrote: > On Mon, 2015-01-19 at 16:28 +0800, Chunyan Liu wrote: > > Sorry for the long delay in replying. > >> To attach a usb device, a virtual usb controller should be created first. >> This patch defines usbctrl and usbdevice related structs. > > Per <54ca1

Re: [Xen-devel] [PATCH RFC V2 1/5] libxl: add pvusb definitions

2015-03-03 Thread Ian Campbell
On Mon, 2015-01-19 at 16:28 +0800, Chunyan Liu wrote: Sorry for the long delay in replying. > To attach a usb device, a virtual usb controller should be created first. > This patch defines usbctrl and usbdevice related structs. Per <54ca17df026600095...@relay2.provo.novell.com> please could

[Xen-devel] [PATCH RFC V2 1/5] libxl: add pvusb definitions

2015-01-19 Thread Chunyan Liu
To attach a usb device, a virtual usb controller should be created first. This patch defines usbctrl and usbdevice related structs. Signed-off-by: Chunyan Liu Signed-off-by: Simon Cao --- tools/libxl/libxl_types.idl | 58 +++- tools/libxl/libxl_types_int