|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] dom0_shadow=1
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
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|