[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 26/28] libxl: spawns two QEMUs for HVM guests
On Fri, 2016-01-08 at 14:35 +0000, Ian Jackson wrote: > Ian Campbell writes ("Re: [PATCH 26/28] libxl: spawns two QEMUs for HVM > guests"): > > On Tue, 2015-12-22 at 18:45 +0000, Ian Jackson wrote: > > > @@ -440,6 +442,15 @@ static int > > > domcreate_setdefault_dm_user(libxl__gc > > > *gc, > > > +ÂÂÂÂif (!libxl__dm_supported(gc, dm, > > > libxl__dm_support_check__emulator_id)) { > > > +ÂÂÂÂÂÂÂÂ/* we don't want to run the pv backends as non-root because > > > +ÂÂÂÂÂÂÂÂÂ* device hotplug will no longer work. */ > > > +ÂÂÂÂÂÂÂÂLOG(WARN, > > > + "Device model does not support split PV backends, running it as > > > root"); > > > +ÂÂÂÂÂÂÂÂuser = "root"; > > > +ÂÂÂÂÂÂÂÂgoto found; > > > +ÂÂÂÂ} > > > > Should this be a fatal error, unlessÂb_info->device_model_user == > > "root"? > > This is in the code which sets the default value if the configuration > didn't specify one. Oh yes, sorry for the noise. > > Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |