From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Status of auto_translated_mode Date: Tue, 28 Mar 2006 15:13:54 +0100 Message-ID: <1143555234.22244.4.camel@localhost.localdomain> References: <442941C5.4040308@cs.aau.dk> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <442941C5.4040308@cs.aau.dk> 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 On Tue, 2006-03-28 at 16:01 +0200, Jesper Kristensen wrote: > So my question is this: how do I enable translated shadow mode as cleanly as possible? You can add "features = auto_translated_physmap" to the domU configuration file, this filters down to the test_feature_bit() call which you observed. xen-unstable changeset 9002 introduced all this. Ian.