From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: mapping of memory below 16Mb Date: Thu, 24 Jan 2008 15:57:18 +0000 Message-ID: <4798C36E.76E4.0078.0@novell.com> References: <4798B9B5.76E4.0078.0@novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org >> The WP attribute raises another question: Are there any plans to make >> Xen use PAT rather than (relying on) MTRRs? Linux folks seem to be >> finally getting closer to this, too, so even virtual PAT support may be >> needed in not too distant future... > >We already support PAT for both PV guests and HVM guests. Hmm, I must have missed this going in. Is the indexing into PAT then considered part of the ABI (as I can't see either a hypercall a guest could use to learn what bit combination to use for certain attributes or one to set a virtual PAT value)? And regardless of that, SVM code has no sign of handling accesses to the PAT MSR. Jan