Re: [Xen-devel] [PATCH V5 3/7] libxl: add pvusb API

2015-08-10 Thread George Dunlap
On 08/07/2015 03:31 AM, Chun Yan Liu wrote: +(devid, libxl_devid), +(version, integer), +(ports, integer), +(backend_domid, libxl_domid), +(backend_domname, string), + ]) + +libxl_device_usb = Struct(device_usb, [ +(ctrl, libxl_devid),

Re: [Xen-devel] [PATCH V5 3/7] libxl: add pvusb API

2015-08-07 Thread Chun Yan Liu
On 8/7/2015 at 01:21 AM, in message 55c39796.8000...@citrix.com, George Dunlap george.dun...@citrix.com wrote: On 08/06/2015 04:11 AM, Chun Yan Liu wrote: As 4.6 goes to bug fixing stage, maybe we can pick up this thread? :-) Beside to call for your precious review comments and

Re: [Xen-devel] [PATCH V5 3/7] libxl: add pvusb API

2015-08-06 Thread Chun Yan Liu
On 8/7/2015 at 01:21 AM, in message 55c39796.8000...@citrix.com, George Dunlap george.dun...@citrix.com wrote: On 08/06/2015 04:11 AM, Chun Yan Liu wrote: As 4.6 goes to bug fixing stage, maybe we can pick up this thread? :-) Beside to call for your precious review comments and

Re: [Xen-devel] [PATCH V5 3/7] libxl: add pvusb API

2015-08-05 Thread Chun Yan Liu
As 4.6 goes to bug fixing stage, maybe we can pick up this thread? :-) Beside to call for your precious review comments and suggestions so that we can make progress, I also want to confirm about the previous discussed two TODO things: 1) use UDEV name rule to specify usb device uniquely even

Re: [Xen-devel] [PATCH V5 3/7] libxl: add pvusb API

2015-07-16 Thread Juergen Gross
On 06/25/2015 12:07 PM, 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: Chunyan Liu cy...@suse.com Signed-off-by: Simon

Re: [Xen-devel] [PATCH V5 3/7] libxl: add pvusb API

2015-07-06 Thread Chun Yan Liu
Any comments on the implementation? If there is anything improper, I can update. Thanks, Chunyan On 6/25/2015 at 06:07 PM, in message 1435226838-3067-4-git-send-email-cy...@suse.com, Chunyan Liu cy...@suse.com wrote: Add pvusb APIs, including: - attach/detach (create/destroy) virtual usb

Re: [Xen-devel] [PATCH V5 3/7] libxl: add pvusb API

2015-06-25 Thread Ian Jackson
Chunyan Liu writes ([PATCH V5 3/7] libxl: add pvusb API): 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: Chunyan Liu cy...@suse.com

[Xen-devel] [PATCH V5 3/7] libxl: add pvusb API

2015-06-25 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: Chunyan Liu cy...@suse.com Signed-off-by: Simon Cao caobosi...@gmail.com --- changes: - Use