[PATCH 1/1] KVM: x86: ignore SIPIs that are received while not in wait-for-sipi state

2020-12-03 Thread Maxim Levitsky
In the commit 1c96dcceaeb3 ("KVM: x86: fix apic_accept_events vs check_nested_events"), we accidently started latching SIPIs that are received while the cpu is not waiting for them. This causes vCPUs to never enter a halted state. Fixes: 1c96dcceaeb3 ("KVM: x86: fix apic_accept_events vs check_n

Re: [PATCH 1/1] KVM: x86: ignore SIPIs that are received while not in wait-for-sipi state

2020-12-03 Thread Paolo Bonzini
On 03/12/20 15:33, Maxim Levitsky wrote: In the commit 1c96dcceaeb3 ("KVM: x86: fix apic_accept_events vs check_nested_events"), we accidently started latching SIPIs that are received while the cpu is not waiting for them. This causes vCPUs to never enter a halted state. Fixes: 1c96dcceaeb3 ("