From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: Re: [PATCH 01 of 25] libxc: infrastructure for hypercall safe data buffers Date: Wed, 27 Oct 2010 08:30:30 +0200 Message-ID: <20101027063030.GA22675@aepfle.de> References: <38e25ffde90ec62f659f.1287756943@localhost.localdomain> <1288022667.11153.24.camel@zakaz.uk.xensource.com> <19654.47663.240022.412433@mariner.uk.xensource.com> <20101026151746.GA16636@aepfle.de> <1288106691.8361.17.camel@zakaz.uk.xensource.com> <1288111117.8361.122.camel@zakaz.uk.xensource.com> <1288118860.10179.61.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <1288118860.10179.61.camel@localhost.localdomain> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Campbell Cc: "xen-devel@lists.xensource.com" , Ian Jackson List-Id: xen-devel@lists.xenproject.org On Tue, Oct 26, Ian Campbell wrote: > On Tue, 2010-10-26 at 17:38 +0100, Ian Campbell wrote: > > ASAP won't be today now unfortunately. > > Actually, maybe it will: > > # HG changeset patch > # User Ian Campbell > # Date 1288118755 -3600 > # Node ID 630441a717dacd0764836386b63a5db8cd5d11dd > # Parent cd193fa265b88bf4ff891f03c9be0e12415e6778 > libxc: fix xc_version by handling all known command types. > > xend was crashing since 22289:ca4a781c8ae8 due to missing handling of > XENVER_commandline. > > Signed-off-by: Ian Campbell Tested-by: Olaf Hering Thanks, that change helps. Olaf