KVM: MMU: Fix setting the accessed bit on non-speculative sptes
authorAvi Kivity <avi@qumranet.com>
Wed, 27 Aug 2008 17:01:04 +0000 (20:01 +0300)
committerAvi Kivity <avi@qumranet.com>
Wed, 15 Oct 2008 08:15:24 +0000 (10:15 +0200)
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 <avi@qumranet.com>

No differences found