From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: shadow_translated pv guests? Date: Wed, 13 Dec 2006 09:33:00 -0800 Message-ID: <4580394C.9060009@goop.org> References: <458001F2.8050101@suse.de> <20061213135133.GA3610@york.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20061213135133.GA3610@york.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Tim Deegan Cc: Gerd Hoffmann , Xen devel list List-Id: xen-devel@lists.xenproject.org Tim Deegan wrote: > At the moment, only the paravirt-ops kernels use translated mode, and > they don't do explicit MMU operations to update their pagetables. > Actually the paravirt_ops kernel does support full pv-mmu operation; its use of shadow was a crutch from before I'd got all that going. The main reason pv_ops shadow mode is interesting at the moment is that 2.6.20 has the core of paravirt ops, but none of the mmu stuff, so we'll need Xen to operate in shadow mode if we're to get it into 2.6.20. That said, xen-unstable does still seem to have problems with shadow pv guests; I've got !PAE to work, but PAE crashed Xen last time I tried. J