[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH V5 7/7] domcreate: support pvusb in configuration file
On 06/25/2015 12:07 PM, Chunyan Liu wrote: Add code to support pvusb in domain config file. One could specify usbctrl and usb in domain's configuration file and create domain, then usb controllers will be created and usb device would be attached to guest automatically. One could specify usb controllers and usb devices in config file like this: usbctrl=['version=2,ports=4', 'version=1,ports=4', ] usbdev=['2.1,controller=0,port=1', ] Signed-off-by: Chunyan Liu <cyliu@xxxxxxxx> Signed-off-by: Simon Cao <caobosimon@xxxxxxxxx> I tested this patch and it still isn't working: config file: usbctrl = [ 'version=2,ports=4', ] usbdev = [ '3.4,controller=0,port=1', ] xl create output:xl: libxl_event.c:1759: libxl__ao_inprogress_gc: Assertion `!ao->complete' failed. I'm not sure, but comparing e.g. libxl__device_disk_add() with libxl__device_usb_add() shows a significant difference regarding passing of ao data. I think you'll need a wrapper as in the disk case and pass NULL for ao to the attach function being capable of async operation when you are calling the attach function during domain creation. Juergen _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |