Skip to content
Commit 8fe65a82 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

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: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent e5d83c74
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment