From: Avi Kivity Date: Wed, 27 Aug 2008 17:01:04 +0000 (+0300) Subject: KVM: MMU: Fix setting the accessed bit on non-speculative sptes X-Git-Tag: v2.6.28-rc1~269^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3201b5d9f0f7ef392886cd76dcd2c69186d9d5cd;p=pandora-kernel.git KVM: MMU: Fix setting the accessed bit on non-speculative sptes 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 --- Reading git-diff-tree failed