From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juergen Gross Subject: Re: [PATCH 3/9] xenstore: install init-xenstore-domain via make install Date: Tue, 15 Dec 2015 13:19:57 +0100 Message-ID: <5670056D.7060908@suse.com> References: <1449848861-7700-1-git-send-email-jgross@suse.com> <1449848861-7700-4-git-send-email-jgross@suse.com> <1450181798.16856.152.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1450181798.16856.152.camel@citrix.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: Ian Campbell , xen-devel@lists.xen.org, ian.jackson@eu.citrix.com, stefano.stabellini@eu.citrix.com, wei.liu2@citrix.com Cc: Daniel De Graaf List-Id: xen-devel@lists.xenproject.org On 15/12/15 13:16, Ian Campbell wrote: > On Fri, 2015-12-11 at 16:47 +0100, Juergen Gross wrote: >> The program init-xenstore-domain to start a xenstore domain instead >> of the xenstored daemon is built, but not installed. Change that. >> >> Signed-off-by: Juergen Gross > > Acked-by: Ian Campbell > > CCing Daniel too since he has an interest in this mode of operation. > > I appreciate the CONFIG_Linux thing is pre-existing, and stems from being > unable to build stubdoms on other platforms, but should we consider > building these supporting tools anyway, after all a user might get a > suitable stubdom via some other means? In case there are no objections, I can remove the CONFIG_Linux dependency. Juergen