From: Avi Kivity Date: Wed, 2 Jul 2008 06:28:55 +0000 (+0300) Subject: KVM: VMX: Move nmi injection failure processing to vm exit path X-Git-Tag: v2.6.28-rc1~269^2~126 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=668f612fa0d8d4120ec5dc0725d7e1ca3152a954;p=pandora-kernel.git KVM: VMX: Move nmi injection failure processing to vm exit path Instead of processing nmi injection failure in the vm entry path, move it to the vm exit path (vm_complete_interrupts()). This separates nmi injection from nmi post-processing, and moves the nmi state from the VT state into vcpu state (new variable nmi_injected specifying an injection in progress). Signed-off-by: Avi Kivity --- Reading git-diff-tree failed