commit | a67794cafbc4594debf53dbe4e2a7708426f492e | [log] [tgz] |
---|---|---|
author | Lan Tianyu <Tianyu.Lan@microsoft.com> | Sat Feb 02 17:20:27 2019 +0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Feb 20 22:48:52 2019 +0100 |
tree | 81a043afe06d1d0af15b195a76deaac5d7315459 | |
parent | 7539b174aef405d9d57db48c58390ba360c91312 [diff] |
Revert "KVM: Eliminate extra function calls in kvm_get_dirty_log_protect()" The value of "dirty_bitmap[i]" is already check before setting its value to mask. The following check of "mask" is redundant. The check of "mask" was introduced by commit 58d2930f4ee3 ("KVM: Eliminate extra function calls in kvm_get_dirty_log_protect()"), revert it. Signed-off-by: Lan Tianyu <Tianyu.Lan@microsoft.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>