From: Avi Kivity Date: Mon, 7 Mar 2011 14:52:07 +0000 (+0200) Subject: KVM: VMX: Avoid vmx_recover_nmi_blocking() when unneeded X-Git-Tag: v3.0-rc1~350^2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d58b93192065f4b2ba6b880e9b0dab0bc11d0ba;p=pandora-kernel.git KVM: VMX: Avoid vmx_recover_nmi_blocking() when unneeded When we haven't injected an interrupt, we don't need to recover the nmi blocking state (since the guest can't set it by itself). This allows us to avoid a VMREAD later on. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed