]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: LAPIC: Drop pending LAPIC timer injection when canceling the timer
authorWanpeng Li <wanpengli@tencent.com>
Fri, 20 May 2022 14:15:18 +0000 (10:15 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 25 May 2022 09:12:35 +0000 (05:12 -0400)
commit6dac0e84037f367b08980fd98dac8718a05d2df7
tree686b699c3d2ff3a71d180f4c6df43ee1e86989f4
parentd91dbd673fa936f3694a24dd7aa2c5352cecaf40
KVM: LAPIC: Drop pending LAPIC timer injection when canceling the timer

The timer is disarmed when switching between TSC deadline and other modes;
however, the pending timer is still in-flight, so let's accurately remove
any traces of the previous mode.

Fixes: 65c6b6e25e ("KVM: x86: thoroughly disarm LAPIC timer around TSC deadline switch")
Signed-off-by: Wanpeng Li <wanpengli@tencent.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/lapic.c