]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf94420eb690eeb0b71e2ef67c7c8fff665709f12
tree3e5855832db9e1ac4bb5e60df9d26efb01d05d71
parent31705f1c4af73d47df729fd2a0ce3aa68f081212
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