From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] tools: (lib)xl: remove stray uses of build_info->u.pv.{kernel, ramdisk, cmdline} Date: Thu, 28 Aug 2014 22:01:59 +0100 Message-ID: <1409259719.21481.52.camel@citrix.com> References: <5477f99d000d8ade8329b70df5283a5c0bf912c0.1409257521.git.ian.campbell@citrix.com> <53FF94D4.2070000@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <53FF94D4.2070000@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julien Grall Cc: ian.jackson@eu.citrix.com, stefano.stabellini@eu.citrix.com, tim@xen.org, Chunyan Liu , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, 2014-08-28 at 16:45 -0400, Julien Grall wrote: > Hi Ian, > > On 28/08/14 16:25, Ian Campbell wrote: > > The commit 11dffa2359e8 "xen: pass kernel initrd to qemu" deprecated these in > > favour of build_info->{kernel,ramdisk,cmdline} but missed a couple of uses. > > > > The ARM case breaks guest boot by omitting the command line from the DTB while > > the xl SXP one is mostly cosmetic. > > > > Signed-off-by: Ian Campbell > Reviewed-by: Julien Grall Thanks. Since this is blocking staging propagation I have applied without further ado. Ian.