]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: SVM: Fix nested nmi handling
authorJoerg Roedel <joerg.roedel@amd.com>
Thu, 22 Apr 2010 10:33:07 +0000 (12:33 +0200)
committerAvi Kivity <avi@redhat.com>
Mon, 17 May 2010 09:19:17 +0000 (12:19 +0300)
commit8e46d4b00173c698fb3b1934617ab30aaceec59a
tree27f91ca0999476765c13c6dd0fa03a552f1d59bd
parenteb8e99535e620bd81d1c8978b598d99712d7991f
KVM: SVM: Fix nested nmi handling

The patch introducing nested nmi handling had a bug. The
check does not belong to enable_nmi_window but must be in
nmi_allowed. This patch fixes this.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/svm.c