From: Avi Kivity Date: Wed, 13 Dec 2006 08:34:02 +0000 (-0800) Subject: [PATCH] KVM: MMU: Ignore pcd, pwt, and pat bits on ptes X-Git-Tag: v2.6.20-rc1~125 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c7bb723b4e36dbd4b144176116d126104dc65e0;p=pandora-kernel.git [PATCH] KVM: MMU: Ignore pcd, pwt, and pat bits on ptes The pcd, pwt, and pat bits on page table entries affect the cpu cache. Since the cache is a host resource, the guest should not be able to control it. Moreover, the meaning of these bits changes depending on whether pat is enabled or not. So, force these bits to zero on shadow page table entries at all times. Signed-off-by: Avi Kivity Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed