KVM: VMX: Provide support for user space injected NMIs
authorJan Kiszka <jan.kiszka@siemens.com>
Fri, 26 Sep 2008 07:30:56 +0000 (09:30 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 31 Dec 2008 14:51:43 +0000 (16:51 +0200)
commit487b391d6ea9b1d0e2e0440466fb3130e78c98d9
treea0fd9693edbcbff5cfdef94849679e583229c781
parentc4abb7c9cde24b7351a47328ef866e6a2bbb1ad0
KVM: VMX: Provide support for user space injected NMIs

This patch adds the required bits to the VMX side for user space
injected NMIs. As with the preexisting in-kernel irqchip support, the
CPU must provide the "virtual NMI" feature for proper tracking of the
NMI blocking state.

Based on the original patch by Sheng Yang.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Sheng Yang <sheng.yang@intel.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/vmx.c