From: Avi Kivity Date: Thu, 3 Jul 2008 13:14:28 +0000 (+0300) Subject: KVM: VMX: Move interrupt post-processing to vmx_complete_interrupts() X-Git-Tag: v2.6.28-rc1~269^2~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7d9238f5dc9306fd3bf1653c2939eef72f94d06;p=pandora-kernel.git KVM: VMX: Move interrupt post-processing to vmx_complete_interrupts() Instead of looking at failed injections in the vm entry path, move processing to the exit path in vmx_complete_interrupts(). This simplifes the logic and removes any state that is hidden in vmx registers. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed