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] How to disable pae in xen

To: LIU Wei <liuw@xxxxxxxxx>
Subject: Re: [Xen-devel] How to disable pae in xen
From: Pasi Kärkkäinen <pasik@xxxxxx>
Date: Mon, 9 Nov 2009 12:25:44 +0200
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 09 Nov 2009 02:26:04 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <d6a64190911090144k13765bf2ke8cb3b6ba5b3c6c@xxxxxxxxxxxxxx>
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: <d6a64190911090144k13765bf2ke8cb3b6ba5b3c6c@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.13 (2006-08-11)
On Mon, Nov 09, 2009 at 05:44:11PM +0800, LIU Wei wrote:
> Hi, xen experts
> 
> In early time xen, there is an option in Config.mk to toggle PAE mode.
> 
> XEN_TARGET_X86_PAE
> 
> But in xen-3.3.0, it's gone. The only thing I find is a cr4 operation in
> xen/arch/x86/setup.c
> 
> mmu_cr4_features = X86_CR4_PSE | X86_CR4_PGE | X86_CR4_PAE
> 
> If I want to disable PAE in xen-3.3.0, should I delete the last feature? And, 
> I
> wonder if there are any other variables I need to touch.
> 
> Any reply is welcomed.
> 

Yeah, Xen 3.3+ switched to _only_ supporting 32bit PAE.
non-PAE 32bit is not supported anymore.

-- Pasi


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

<Prev in Thread] Current Thread [Next in Thread>