From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] libxc: correct domain builder for 64 bit guest with 32 bit tools Date: Tue, 1 Dec 2015 12:38:28 +0000 Message-ID: <1448973508.15768.132.camel@citrix.com> References: <1448956189-22471-1-git-send-email-jgross@suse.com> <20151201100710.GL21588@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20151201100710.GL21588@citrix.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: Wei Liu , Juergen Gross Cc: boris.ostrovsky@oracle.com, stefano.stabellini@eu.citrix.com, ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Tue, 2015-12-01 at 10:07 +0000, Wei Liu wrote: > On Tue, Dec 01, 2015 at 08:49:49AM +0100, Juergen Gross wrote: > > Commit 8c45adec18e0512c3d34dcafb13414ecba21be6a ("create unmapped > > initrd in domain builder if supported") introduced an error for > > building a 64 bit guest with a 32 bit toolset. > > > > The initrd start address and size where stored in an unsigned long > > instead of using a 64 bit type. > > > > Signed-off-by: Juergen Gross > > Tested-by: Boris Ostrovsky > > Acked-by: Wei Liu Applied, thanks.