[PATCH] KVM: Remove stale comment about KVM_REQ_UNHALT

Sean Christopherson posted 1 patch 2 years, 9 months ago
virt/kvm/kvm_main.c | 4 ----
1 file changed, 4 deletions(-)
[PATCH] KVM: Remove stale comment about KVM_REQ_UNHALT
Posted by Sean Christopherson 2 years, 9 months ago
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>
---
 virt/kvm/kvm_main.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c
index 1782c4555d94..1401dcba2f82 100644
--- a/virt/kvm/kvm_main.c
+++ b/virt/kvm/kvm_main.c
@@ -3518,10 +3518,6 @@ void kvm_vcpu_halt(struct kvm_vcpu *vcpu)
 		ktime_t stop = ktime_add_ns(start, vcpu->halt_poll_ns);
 
 		do {
-			/*
-			 * This sets KVM_REQ_UNHALT if an interrupt
-			 * arrives.
-			 */
 			if (kvm_vcpu_check_block(vcpu) < 0)
 				goto out;
 			cpu_relax();

base-commit: df0bb47baa95aad133820b149851d5b94cbc6790
-- 
2.39.0.rc0.267.gcb52ba06e7-goog
Re: [PATCH] KVM: Remove stale comment about KVM_REQ_UNHALT
Posted by Paolo Bonzini 2 years, 8 months ago
Queued, thanks.

Paolo
Re: [PATCH] KVM: Remove stale comment about KVM_REQ_UNHALT
Posted by Paolo Bonzini 2 years, 9 months ago
Queued, thanks.

Paolo