[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Unable to create VM with nic device on Arndale
On Wed, 18 Dec 2013, Eugene Fedotov wrote: > Hello! > Could someone check VIF creation on ARM ? > > My domU's config is following: > extra = "console=hvc0 debug ipv6.disable=1"; > kernel = "/boot/zImageU" > memory = 128 > name = "domU-1" > vcpus = 1 > vif = [ 'script=/etc/xen/scripts/vif-route, ip=10.0.0.1' ]; > > "xl create domU.conf" causes following output: > Parsing config from domU.conf > libxl: error: libxl_create.c:1180:domcreate_attach_vtpms: unable to add nic > devices > libxl: error: libxl_device.c:780:libxl__initiate_device_remove: unable to get > my domid > libxl: error: libxl.c:1452:devices_destroy_cb: libxl__devices_destroy failed > for 1 > > Libxl code assumes that domcreate_attach_vtpms handler called, that calls > domcreate_attach_pci. > Why vif is logically depend on PCI and vtpm on ARM platform? (it is > confusing). domcreate_attach_vtpms shouldn't actually do anything unless you requested a vtpm in the VM config, that you haven't done. Is it possible that the error message is actually wrong? I guess the error is just related to the creation of the vif somehow but it is printed by domcreate_attach_vtpms because it is the first callback being called. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |