From: Joerg Roedel Date: Thu, 22 Apr 2010 10:33:07 +0000 (+0200) Subject: KVM: SVM: Fix nested nmi handling X-Git-Tag: v2.6.35-rc1~436^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=924584ccb08c338ebd2f40936ff2321c1cce6a6d;p=pandora-kernel.git 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed