From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] libxl: pass debug flag down to libxl_domain_suspend Date: Tue, 5 Feb 2013 15:16:30 +0100 Message-ID: <20130205141630.GA11093@aepfle.de> References: <256d59b2bc8a41387655.1359648303@probook.site> <1360062439.17017.39.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1360062439.17017.39.camel@zakaz.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 Campbell Cc: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On Tue, Feb 05, Ian Campbell wrote: > On Thu, 2013-01-31 at 16:05 +0000, Olaf Hering wrote: > > # HG changeset patch > > # User Olaf Hering > > # Date 1359648298 -3600 > > # Node ID 256d59b2bc8a413876559dc8daf4c52ba46677de > > # Parent 12455da211d4e841692b2374086356a87eb74ff7 > > libxl: pass debug flag down to libxl_domain_suspend > > > > libxl_domain_suspend is already prepared to handle LIBXL_SUSPEND_DEBUG, > > and xl migrate handles the -d switch as well. Pass this flag down to > > libxl_domain_suspend, so that finally xc_domain_save can dump huge > > amount of debug data to stdout. > > Update xl.5 and help text output. > > > > Signed-off-by: Olaf Hering > > > > diff -r 12455da211d4 -r 256d59b2bc8a docs/man/xl.pod.1 > > --- a/docs/man/xl.pod.1 > > +++ b/docs/man/xl.pod.1 > > @@ -387,6 +387,10 @@ domain. See the corresponding option of > > > > Send instead of config file from creation. > > > > +=item B<-e> > > You mean -d here. > > I wonder if we should make this option a bit more obscure (e.g. a long > option only) ? Or tie it to verbose > 5 or something? I'm not sure how to create a long only option. But if it has to be specified two or three times to really enable it, that would be ok for me. Will send v3 of this change shortly. Olaf