From: Avi Kivity Date: Mon, 1 Nov 2010 21:20:48 +0000 (+0200) Subject: KVM: VMX: Disallow NMI while blocked by STI X-Git-Tag: v2.6.38-rc1~244^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30bd0c4c6c5aecc338ebf32e3a6e01c98f0a0b43;p=pandora-kernel.git KVM: VMX: Disallow NMI while blocked by STI While not mandated by the spec, Linux relies on NMI being blocked by an IF-enabling STI. VMX also refuses to enter a guest in this state, at least on some implementations. Disallow NMI while blocked by STI by checking for the condition, and requesting an interrupt window exit if it occurs. Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed