From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juergen Gross Subject: Re: [PATCH v2 08/13] xenstore: modify init-xenstore-domain parameter syntax Date: Thu, 7 Jan 2016 07:34:38 +0100 Message-ID: <568E06FE.4030708@suse.com> References: <1450444471-6454-1-git-send-email-jgross@suse.com> <1450444471-6454-9-git-send-email-jgross@suse.com> <1452097260.21055.106.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1452097260.21055.106.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, dgdegra@tycho.nsa.gov List-Id: xen-devel@lists.xenproject.org On 06/01/16 17:21, Ian Campbell wrote: > On Fri, 2015-12-18 at 14:14 +0100, Juergen Gross wrote: >> init-xenstore-domain takes only positional parameters today. Change >> this to a more flexible parameter syntax allowing to specify additional >> options or to omit some. >> >> Today the supported usage is: >> >> init-xenstore-domain >> [] >> >> Modify this to: >> >> init-xenstore-domain --kernel >> --memory >> [--flask ] >> [--ramdisk ] >> >> The flask label is made optional in order to support xenstore domains >> without the need of a flask enabled hypervisor. >> >> Signed-off-by: Juergen Gross > > I think Daniel and I both acked this patch in v1 (as #5/9). Is this version > different? If so please include an intra-version changelog after the "---" > to help us out. There was an error in parameter parsing (omitting kernel or memory wasn't detected). It was mentioned in the changelog in the cover letter. I'll add a note next time when I drop an Ack. Juergen