WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] pvops0 kernel 2.6.32.x still does not boot if x > 18, sh

To: Andreas Kinzler <ml-xen-devel@xxxxxx>
Subject: Re: [Xen-devel] pvops0 kernel 2.6.32.x still does not boot if x > 18, shouldn't that be fixed for release of Xen 4.0.2/4.1
From: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Date: Wed, 16 Mar 2011 14:36:07 +0000
Cc: Jeremy Fitzhardinge <jeremy@xxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>, Keir Fraser <keir@xxxxxxx>
Delivery-date: Wed, 16 Mar 2011 07:37:10 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4D7DF15D.9090405@xxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <4D7DF15D.9090405@xxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)
On Mon, 14 Mar 2011, Andreas Kinzler wrote:
> Hello Jeremy & Keir,
> 
> sorry to be persistent, but the problem that pvops0 kernel 2.6.32.x 
> still does not boot if x > 18 on my machines (and on many other 
> machines, see this mailing list) is not solved yet.
> 
> Shouldn't this be a great focus of debugging and fixing?
> 
> What is the point of having releases for 4.0.2 or 4.1 if I don't have a 
> dom0 kernel?
> 
> The last time I tried it was with snapshot 892d2f052e97.

can you try this simple patch please?

---



diff --git a/arch/x86/mm/init.c b/arch/x86/mm/init.c
index 73ffd55..69f73c1 100644
--- a/arch/x86/mm/init.c
+++ b/arch/x86/mm/init.c
@@ -287,7 +287,7 @@ unsigned long __init_refok init_memory_mapping(unsigned 
long start,
        load_cr3(swapper_pg_dir);
 #endif
 
-#ifdef CONFIG_X86_64
+#if 0
        if (!after_bootmem && !start) {
                pud_t *pud;
                pmd_t *pmd;

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel