]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: fix SMI to halted VCPU
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 13 Oct 2015 08:19:35 +0000 (10:19 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 13 Oct 2015 16:29:41 +0000 (18:29 +0200)
commitc7d8547be2af0ffb96268f093914c917cd6c8f5c
tree4b689f3a9b557f7158a6f1bc1ccc56e7266d2112
parent2f554585a1fdf14f12be04ca2c6214baa7d4bdde
KVM: x86: fix SMI to halted VCPU

An SMI to a halted VCPU must wake it up, hence a VCPU with a pending
SMI must be considered runnable.

Fixes: 541407eab49aee056485de5237119fc46b82bf5e
Cc: stable@vger.kernel.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/x86.c