kvm: rename last argument to kvm_get_dirty_log_protect
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 23 Oct 2018 00:18:42 +0000 (02:18 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 14 Dec 2018 11:34:18 +0000 (12:34 +0100)
commit8fe65a8299f9e1f40cb95308ab7b3c4ad80bf801
tree3e5855832db9e1ac4bb5e60df9d26efb01d05d71
parente5d83c74a5800c2a1fa3ba982c1c4b2b39ae6db2
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>
arch/mips/kvm/mips.c
arch/x86/kvm/x86.c
include/linux/kvm_host.h
virt/kvm/arm/arm.c
virt/kvm/kvm_main.c