From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Knorr Subject: Re: dom0_shadow=1 Date: Fri, 21 Oct 2005 16:31:09 +0200 Message-ID: <4358FBAD.9080007@suse.de> References: <4358E999.8070100@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4358E999.8070100@suse.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org Hi, > Is this supposed to work? Oh, and btw, trying to use the "new" shadow code for 32bit non-pae doesn't even compile. Is nobody testing that? Wasn't the plan to use the new code everythere some day? What is the status of that? cheers, Gerd --- a/xen/arch/x86/Makefile Wed Oct 19 10:53:00 2005 +++ b/xen/arch/x86/Makefile Fri Oct 21 16:24:46 2005 @@ -23,7 +23,8 @@ ifneq ($(pae),n) OBJS += shadow.o shadow_public.o # x86_32p: new code else - OBJS += shadow32.o # x86_32: old code + OBJS += shadow.o shadow_public.o # x86_32: new code +# OBJS += shadow32.o # x86_32: old code endif endif