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)
commitb8b002209c061273fd1ef7bb3c3c32301623a282
treed516be29fb8d3b3f57044639e9a9c14d593faa96
parent65c4189de8c1d995f6bc2cc96b22206405466b53
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