From: Avi Kivity Date: Thu, 6 Aug 2009 17:39:48 +0000 (-0300) Subject: KVM: MMU: Fix setting the accessed bit on non-speculative sptes X-Git-Tag: v2.6.27.32~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04051e5cf91f5ab9f13509cd0b16b61560556de0;p=pandora-kernel.git KVM: MMU: Fix setting the accessed bit on non-speculative sptes (cherry picked from commit 3201b5d9f0f7ef392886cd76dcd2c69186d9d5cd) The accessed bit was accidentally turned on in a random flag word, rather than, the spte itself, which was lucky, since it used the non-EPT compatible PT_ACCESSED_MASK. Fix by turning the bit on in the spte and changing it to use the portable accessed mask. Signed-off-by: Avi Kivity Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed