Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 3201b5d9 authored by Avi Kivity's avatar Avi Kivity
Browse files

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: default avatarAvi Kivity <avi@qumranet.com>
parent 171d595d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment