From: Avi Kivity Date: Wed, 7 Nov 2007 15:14:18 +0000 (+0200) Subject: KVM: SVM: Defer nmi processing until switch to host state is complete X-Git-Tag: v2.6.24-rc3~153^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56ba47ddbd5af7918bf1acdbe3deb979d0dcd64b;p=pandora-kernel.git KVM: SVM: Defer nmi processing until switch to host state is complete If we stgi() too soon, nmis can reach the processor even though interrupts are disabled, catching it in a half-switched state. Delay the stgi() until we're done switching. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed