KVM: Remove stale comment about KVM_REQ_UNHALT
authorSean Christopherson <seanjc@google.com>
Thu, 1 Dec 2022 22:04:33 +0000 (22:04 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 2 Dec 2022 18:00:28 +0000 (13:00 -0500)
commitdd03cc90e09daeb8a9509e65a39eb576256790b2
tree1007f3a8ac68136d3fa0e7414f26074e55faf96e
parentb376144595b40c79d420d8d1c56915f7b3e13a8c
KVM: Remove stale comment about KVM_REQ_UNHALT

Remove a comment about KVM_REQ_UNHALT being set by kvm_vcpu_check_block()
that was missed when KVM_REQ_UNHALT was dropped.

Fixes: c59fb1275838 ("KVM: remove KVM_REQ_UNHALT")
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20221201220433.31366-1-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
virt/kvm/kvm_main.c