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

2015-12-08 Thread George Dunlap
On 08/12/15 05:50, Chun Yan Liu wrote: > Any comments? I'd just started looking at this yesterday. :-) One comment for future reference: This series doesn't apply to staging, nor to staging the date which you sent it (25 November); I had to apply it to a commit before 5 November before it would

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

2015-12-07 Thread Chun Yan Liu
Any comments? >>> On 11/25/2015 at 05:46 PM, in message <1448444775-6974-4-git-send-email-cy...@suse.com>, Chunyan Liu wrote: > Add pvusb APIs, including: > - attach/detach (create/destroy) virtual usb controller. > - attach/detach usb device > - list usb controller and

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

2015-11-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 Signed-off-by: Simon Cao --- changes: -