Re: [kvm-devel] [PATCH 8/8] SVM: add support for Nested Paging

From: Avi Kivity
Date: Sun Jan 27 2008 - 05:25:01 EST


Joerg Roedel wrote:
On the other hand, we want to trap cr0 so the guest can't control the cache disable bits. Also cr4.pce and cr4.mce.

Is it a problem when the guest disables caching? It disables it only in
its own context because it has its own copy of cr0.

Some Intel processors have a mode where cache coherency is no longer preserved, and we need to prevent that. However from my reading of the AMD manuals, cache coherency is preserved even with caching disabled, so no real issue with disabling the cache.


Cr4.pce can be
accessible for the guests because there is no way for them to access the
performance counter MSRs.

Yes. This was a red herring, cr0.pce only affects userspace rdpmc.

--
error compiling committee.c: too many arguments to function

--
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/