From: Gerd Knorr <kraxel@suse.de>
To: xen-devel <xen-devel@lists.xensource.com>
Subject: Re: dom0_shadow=1
Date: Fri, 21 Oct 2005 16:31:09 +0200 [thread overview]
Message-ID: <4358FBAD.9080007@suse.de> (raw)
In-Reply-To: <4358E999.8070100@suse.de>
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
next prev parent reply other threads:[~2005-10-21 14:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-21 13:14 dom0_shadow=1 Gerd Knorr
2005-10-21 14:31 ` Gerd Knorr [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-10-21 15:16 dom0_shadow=1 Nakajima, Jun
2005-10-21 16:17 dom0_shadow=1 Ian Pratt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4358FBAD.9080007@suse.de \
--to=kraxel@suse.de \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.