From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hopwood Subject: Re: PATCH: Full shadow translate mode domUs Date: Sun, 05 Jun 2005 18:10:55 +0100 Message-ID: <42A3321F.60406@blueyonder.co.uk> References: Reply-To: david.nospam.hopwood@blueyonder.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: 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@lists.xensource.com List-Id: xen-devel@lists.xenproject.org George Washington Dunlap III wrote: > This patch will allow the execution of domains in full shadow-translate > mode. It adds a new builder, "linuxtranslate", which will build the > domain assuming a fully translated domU (pfns starting at 0 and going up > incrementally). > > To use it: > 1) enable CONFIG_XEN_SHADOW_MODE and CONFIG_XEN_SHADOW_TRANSLATE_MODE > in the domU build config > 2) in the xen config file, add the following line > build="linuxtranslate" > > Note that at present, shadow translate mode does not yet support grant > tables, so for now this will only work with a ramdisk. Comments: - the config option text should note that this is experimental. - the '2nd try' of the ReactOS patch factored out the ELF loading code to a different file (xc_elf_load.c); this builder should use that file rather than duplicating the code. -- David Hopwood