Re: [Xen-devel] MTRR on Xen - BIOS use and implications for Linux

From: Luis R. Rodriguez
Date: Thu Mar 17 2016 - 14:56:57 EST


On Thu, Mar 17, 2016 at 11:13:03AM +0000, David Vrabel wrote:
> On 16/03/16 20:08, Luis R. Rodriguez wrote:
> > Toshi noted a while ago as well that if BIOS/firmware enables MTRR but
> > the kernel does not have it enabled one issue might have been any
> > MTRRs set up by the BIOS and ensuring the mapping is respected, in
> > particular UC settings, this concern is raised above. Another issue
> > though is that the kernel would be "unable to verify if a large page
> > mapping is aligned with MTRRs" [3]
>
> This is not a relevant concern for Xen guests: PV guests do not
> support superpage mappings

And only with superpage mappings would such things be an issue? Can you
clarify why? Is there no plans to support this in the future? If the
MTRRs will not be used, to be safe, why not just skip all of them from
the e820 map and be done with it?

> and HVM guests never see real MTRRs.

Thanks, can you clarify why?

Luis