Re: [libvirt] [PATCH 1/2] libxl: support creating guest with USB hostdev

2016-05-12 Thread Chun Yan Liu
>>> On 5/13/2016 at 06:56 AM, in message <57350a36.3070...@suse.com>, Jim Fehlig wrote: > Chunyan Liu wrote: > > Support creating guest with USB host device in config file. > > Currently libxl only supports xen PV guest, and only supports > > specifying USB host device by

Re: [libvirt] [PATCH 1/2] libxl: support creating guest with USB hostdev

2016-05-12 Thread Jim Fehlig
Chunyan Liu wrote: > Support creating guest with USB host device in config file. > Currently libxl only supports xen PV guest, and only supports > specifying USB host device by 'bus number' and 'device number'. It would be nice to have an example of xl.cfg(5) usbdev= configuration and the

[libvirt] [PATCH 1/2] libxl: support creating guest with USB hostdev

2016-04-21 Thread Chunyan Liu
Support creating guest with USB host device in config file. Currently libxl only supports xen PV guest, and only supports specifying USB host device by 'bus number' and 'device number'. Signed-off-by: Chunyan Liu --- src/libxl/libxl_conf.c | 71