Re: [Xen-devel] Re: [GIT PULL] xen /proc/mtrr implementation

From: Ingo Molnar
Date: Tue May 19 2009 - 07:09:21 EST



* Jan Beulich <JBeulich@xxxxxxxxxx> wrote:

> >>> Ingo Molnar <mingo@xxxxxxx> 19.05.09 11:59 >>>
>
> > Exactly what is 'bizarre' about using the API defined by the
> > _CPU_ already, without adding any ad-hoc hypecall? Catch the
> > dom0 WRMSRs, filter out the MTRR indices - that's it.
>
> But that is *not* the same as using the hypercalls: The hypercall
> tells Xen "Change all CPUs' MTRRs with the indicated index to the
> indicated value", while the MSR write says "Change the MTRR with
> the given index on the physical CPU the current virtual CPU
> happens to run on to the given value". [...]

The change of MTRR's on _any_ of the guest CPUs in a dom0 context
should immediately be refected on all CPUs. Assymetric MTRR settings
are madness.

( And the thing is, changing MTRRs is fragile and racy on native
Linux no matter what - even without any hypervisors - due to SMM
contexts possibly relying on them etc. )

> [...] A write-base/write-mask pair may happen to get interrupted
> (preempted) by the hypervisor, and hence the two writes may happen
> on different pCPU-s. Teaching the hypervisor to (correctly!) guess
> what the guest meant in that situation isn't trivial, as then it
> needs to handle all possible situations (and it can never know
> whether Dom0 really intended to do something that may look
> bogus/inconsistent at the first glance). [...]

None of this is a problem really if a sane approach is used: a
change to the MTRR state on dom0 is applied symmetrically on all
CPUs.

Or, alternatively, the hypervisor can expose its own administrative
interface to manage MTRRs.

There's no need to fuglify the Linux kernel for that.

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/