]> git.baikalelectronics.ru Git - kernel.git/commit
kvm_main: fix some comments
authorJiang Biao <benbjiang@tencent.com>
Tue, 23 Apr 2019 11:40:30 +0000 (19:40 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 30 Apr 2019 19:32:19 +0000 (21:32 +0200)
commit8ea463422f283b5254f2d1c9fab20770e3784f63
treed516be29fb8d3b3f57044639e9a9c14d593faa96
parent60f0f32f9d3fb6163a8dbebf81aff781f74cec58
kvm_main: fix some comments

is_dirty has been renamed to flush, but the comment for it is
outdated. And the description about @flush parameter for
kvm_clear_dirty_log_protect() is missing, add it in this patch
as well.

Signed-off-by: Jiang Biao <benbjiang@tencent.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
virt/kvm/kvm_main.c