Skip to content

Commit dd03cc9

Browse files
sean-jcbonzini
authored andcommitted
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: c59fb12 ("KVM: remove KVM_REQ_UNHALT") Signed-off-by: Sean Christopherson <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent b376144 commit dd03cc9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

virt/kvm/kvm_main.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3518,10 +3518,6 @@ void kvm_vcpu_halt(struct kvm_vcpu *vcpu)
35183518
ktime_t stop = ktime_add_ns(start, vcpu->halt_poll_ns);
35193519

35203520
do {
3521-
/*
3522-
* This sets KVM_REQ_UNHALT if an interrupt
3523-
* arrives.
3524-
*/
35253521
if (kvm_vcpu_check_block(vcpu) < 0)
35263522
goto out;
35273523
cpu_relax();

0 commit comments

Comments
 (0)