KVM: close timer injection race window in __vcpu_run
[deliverable/linux.git] / arch / x86 / kvm / x86.c
index b90744a1dc3a432979b5b7d1e7a61de06ec88637..b08812d6b34c8312ebdd8f2283c44679002d7e79 100644 (file)
@@ -2774,6 +2774,7 @@ again:
                }
        }
 
+       clear_bit(KVM_REQ_PENDING_TIMER, &vcpu->requests);
        kvm_inject_pending_timer_irqs(vcpu);
 
        preempt_disable();
This page took 0.026864 seconds and 5 git commands to generate.