[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH V8 3/7] libxl: add pvusb API
On Wed, Oct 21, Chunyan Liu wrote: > Add pvusb APIs, including: > @@ -635,6 +664,8 @@ libxl_domain_config = Struct("domain_config", [ > ("pcidevs", Array(libxl_device_pci, "num_pcidevs")), > ("rdms", Array(libxl_device_rdm, "num_rdms")), > ("dtdevs", Array(libxl_device_dtdev, "num_dtdevs")), > + ("usbctrls", Array(libxl_device_usbctrl, "num_usbctrls")), > + ("usbs", Array(libxl_device_usb, "num_usbs")), Should that perhaps be "usbctrls" + "usbdevs" if the latter really represents a device below one of the "usbctrls"? I dont know if it does, just wondering. Olaf _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |