Avi Kivity b79b93f92c KVM: MMU: Don't drop accessed bit while updating an spte
__set_spte() will happily replace an spte with the accessed bit set with
one that has the accessed bit clear.  Add a helper update_spte() which checks
for this condition and updates the page flag if needed.

Signed-off-by: Avi Kivity <avi@redhat.com>
2010-08-02 06:40:21 +03:00
..
2010-07-14 17:14:00 +10:00
2010-08-02 06:39:44 +03:00
2010-07-14 17:14:00 +10:00
2010-06-29 15:29:32 -07:00