From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] allow xendomains to work for xl list -l Date: Thu, 11 Apr 2013 08:57:14 +0100 Message-ID: <1365667034.27868.121.camel@zakaz.uk.xensource.com> References: <1365598851.27868.44.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: M A Young Cc: Stefano Stabellini , Ian Jackson , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On Thu, 2013-04-11 at 00:15 +0100, M A Young wrote: > Yes, setting yajl_gen_beautify (as in the attached patch) gets the > xendomains script working again. I didn't try setting the spaces though > that does indeed seem to be the default. Cool. I think you need to check for errors after g = yajl_gen_alloc(allocFuncs); though. Ian.