From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 12/13] xenstore: write xenstore domain data to xenstore Date: Wed, 6 Jan 2016 16:27:43 +0000 Message-ID: <1452097663.21055.110.camel@citrix.com> References: <1450444471-6454-1-git-send-email-jgross@suse.com> <1450444471-6454-13-git-send-email-jgross@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1450444471-6454-13-git-send-email-jgross@suse.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Juergen Gross , xen-devel@lists.xen.org, ian.jackson@eu.citrix.com, stefano.stabellini@eu.citrix.com, wei.liu2@citrix.com, dgdegra@tycho.nsa.gov List-Id: xen-devel@lists.xenproject.org On Fri, 2015-12-18 at 14:14 +0100, Juergen Gross wrote: > After starting the xenstore domain write the basic data (domid, name > and memory values) to the xenstore. This makes the domain appear > correctly in xl list. Create a stub json object in order to make e.g. > xl list -l happy. > > Add a new option to init-xenstore-domain to be able to specify the > domain's name. > > Signed-off-by: Juergen Gross It looks like there is scope for more sharing with init-dom0 too, but this is OK as it is IMHO: Acked-by: Ian Campbell