From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: Unstable fail to load dom0 Date: Fri, 27 Mar 2009 16:13:19 +0000 Message-ID: References: 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.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Andrew Lyon Cc: Ian Campbell , Xen-devel List-Id: xen-devel@lists.xenproject.org On 27/03/2009 15:59, "Andrew Lyon" wrote: >> Could you try editing xen/arch/x86/boot/reloc.c and delete all lines from >> the function reloc() in that file except for the last line 'return mbi;'. >> That code is new since 3.3 and one possible cause of your problem. > > Fails to compile: Sorry. Change the one remaining line in reloc() to 'return mbi_old;'. -- Keir