commit | f39a058d0ea2f58b9c69cfcf7c93184f33302c98 | [log] [tgz] |
---|---|---|
author | Junaid Shahid <junaids@google.com> | Tue Dec 06 16:46:14 2016 -0800 |
committer | Radim Krčmář <rkrcmar@redhat.com> | Mon Jan 09 14:46:09 2017 +0100 |
tree | d0c4c29051d64f1999d0caced137136ce8a92ef7 | |
parent | 83ef6c8155c0ecb4c1a7e6bfbe425c85f7cb676d [diff] |
kvm: x86: mmu: Introduce a no-tracking version of mmu_spte_update mmu_spte_update() tracks changes in the accessed/dirty state of the SPTE being updated and calls kvm_set_pfn_accessed/dirty appropriately. However, in some cases (e.g. when aging the SPTE), this shouldn't be done. mmu_spte_update_no_track() is introduced for use in such cases. Signed-off-by: Junaid Shahid <junaids@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>