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 16:24:08 +0000 Message-ID: <4798C9B8.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. Oh, and my understanding of PAT support goes beyond just setting the PAT MSR and adjusting page table flags. Specifically, if we have PAT we should never need to modify MTRRs, which would eliminate conflicts on updates of those that I'm seeing on various boxes, always just depending on how BIOS sets them up, and always related to overlaps of the video memory with existing MTRR ranges. Jan