From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] x86/mm: remove the linear mapping of the p2m tables Date: Fri, 14 Sep 2012 21:55:40 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Konrad Rzeszutek Wilk Cc: Tim Deegan , Jan Beulich , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 14/09/2012 21:31, "Konrad Rzeszutek Wilk" wrote: >> Don't think so, since we'll continue to run old guests as pure PV. >> >> There was a backup for running on older CPUs, and that was to allow PVH >> guests to run on shadow page tables. That's a totally separate compatibility >> concern however. > > I am talking about the inverse. Running the "new" PV guests which do > not have PV MMU > enabled in them (since the PV MMU calls would not be necessary > anymore) and running > on non-NPT hardware. > > For that PV auto-xlat would be necessary. These 'new' PV guests are PVH guests. We're talking about removing PV auto-xlat, not disallowing PVH auto-xlat. Subtle difference, but PVH will always run in an HVM container. -- Keir