]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm: x86: mmu: Refactor accessed/dirty checks in mmu_spte_update/clear
authorJunaid Shahid <junaids@google.com>
Wed, 7 Dec 2016 00:46:13 +0000 (16:46 -0800)
committerRadim Krčmář <rkrcmar@redhat.com>
Mon, 9 Jan 2017 13:46:08 +0000 (14:46 +0100)
commit83ef6c8155c0ecb4c1a7e6bfbe425c85f7cb676d
tree8d6dad3e1e0d101c8774b6005a530de141db8822
parent97dceba29a6acbb28d16c8c5757ae9f4e1e482ea
kvm: x86: mmu: Refactor accessed/dirty checks in mmu_spte_update/clear

This simplifies mmu_spte_update() a little bit.
The checks for clearing of accessed and dirty bits are refactored into
separate functions, which are used inside both mmu_spte_update() and
mmu_spte_clear_track_bits(), as well as kvm_test_age_rmapp(). The new
helper functions handle both the case when A/D bits are supported in
hardware and the case when they are not.

Signed-off-by: Junaid Shahid <junaids@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu.c