Re: [Xen-devel] [PATCH v3 03/15] libxl: provide a flag in dominfo to avoid stopping it

2016-01-15 Thread Ian Campbell
On Fri, 2016-01-08 at 14:08 +0100, Juergen Gross wrote: > Add a "never_stop" flag to dominfo as indicator for the toolstack that > this domain is to be kept running. For now it is being set for xenstore > domain, but there might be other domains in the future. > > Signed-off-by: Juergen Gross Ac

[Xen-devel] [PATCH v3 03/15] libxl: provide a flag in dominfo to avoid stopping it

2016-01-08 Thread Juergen Gross
Add a "never_stop" flag to dominfo as indicator for the toolstack that this domain is to be kept running. For now it is being set for xenstore domain, but there might be other domains in the future. Signed-off-by: Juergen Gross --- V3: flag in dominfo instead function to get xenstore domid as req