diff options
author | Xiao Guangrong <guangrong.xiao@linux.intel.com> | 2016-02-24 12:51:06 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-03-03 16:36:19 +0300 |
commit | 92f94f1e9e509caa564353c516c904278999e350 (patch) | |
tree | 620903350857ed81ca8e4b9d734b99c29e14cfeb /README | |
parent | 4d99ba898dd0c521ca6cdfdde55c9b58aea3cb3d (diff) | |
download | linux-92f94f1e9e509caa564353c516c904278999e350.tar.xz |
KVM: MMU: rename has_wrprotected_page to mmu_gfn_lpage_is_disallowed
kvm_lpage_info->write_count is used to detect if the large page mapping
for the gfn on the specified level is allowed, rename it to disallow_lpage
to reflect its purpose, also we rename has_wrprotected_page() to
mmu_gfn_lpage_is_disallowed() to make the code more clearer
Later we will extend this mechanism for page tracking: if the gfn is
tracked then large mapping for that gfn on any level is not allowed.
The new name is more straightforward
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Xiao Guangrong <guangrong.xiao@linux.intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions