From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Pau Monne Subject: Re: [PATCH v2] libxl: prevent xl from running if xend is running. Date: Wed, 25 Apr 2012 11:32:00 +0100 Message-ID: <4F97D2A0.2060207@citrix.com> References: <1335290722-41487-1-git-send-email-roger.pau@citrix.com> <20374.60449.668898.21825@mariner.uk.xensource.com> <4F97B7AB.50400@citrix.com> <20375.53553.269226.466311@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20375.53553.269226.466311@mariner.uk.xensource.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 Jackson Cc: George Dunlap , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org Ian Jackson escribi=F3: > Roger Pau Monne writes ("Re: [PATCH v2] libxl: prevent xl from running if= xend is running."): >> Ian Jackson escribi=F3: > ... >>> Thanks, but I'm afraid this needs a refresh. I recommend you wait >>> until tomorrow. I'm nearly at the end of my huge queue... >> Do you mean that the code doesn't apply cleanly, or a refresh in the >> commit message? > > The former. Anyway I'm going to make the change requested by Ian Campbell, and I'm = going to add an enum to define the type of commands, currently I have = the following names: STATIC: doesn't modify anything DRY_RUN: modifies, but has a dry_run option MODIFIES: modifies, but has no dry_run option The names are crap, so if you have a better naming scheme I'm open to = suggestions. > >> In the lists of changes I've added the fact that now you are able to run >> commands that doesn't modify anything. > > Right, yes, that's good. > > Thanks, > Ian.