aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2018-10-23 02:18:42 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2018-12-14 12:34:18 +0100
commit8fe65a8299f9e1f40cb95308ab7b3c4ad80bf801 (patch)
tree3e5855832db9e1ac4bb5e60df9d26efb01d05d71 /include/linux/kvm_host.h
parentkvm: make KVM_CAP_ENABLE_CAP_VM architecture agnostic (diff)
downloadlinux-dev-8fe65a8299f9e1f40cb95308ab7b3c4ad80bf801.tar.xz
linux-dev-8fe65a8299f9e1f40cb95308ab7b3c4ad80bf801.zip
kvm: rename last argument to kvm_get_dirty_log_protect
When manual dirty log reprotect will be enabled, kvm_get_dirty_log_protect's pointer argument will always be false on exit, because no TLB flush is needed until the manual re-protection operation. Rename it from "is_dirty" to "flush", which more accurately tells the caller what they have to do with it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r--include/linux/kvm_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index 54cc06dd7e6c..8c56b2873b13 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -753,7 +753,7 @@ int kvm_get_dirty_log(struct kvm *kvm,
struct kvm_dirty_log *log, int *is_dirty);
int kvm_get_dirty_log_protect(struct kvm *kvm,
- struct kvm_dirty_log *log, bool *is_dirty);
+ struct kvm_dirty_log *log, bool *flush);
void kvm_arch_mmu_enable_log_dirty_pt_masked(struct kvm *kvm,
struct kvm_memory_slot *slot,