From: Avi Kivity Date: Tue, 20 Jul 2010 11:31:20 +0000 (+0300) Subject: KVM: VMX: Split up vmx_complete_interrupts() X-Git-Tag: v2.6.37-rc1~142^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51aa01d13d4a64422cf8095205fc4a02322aca2c;p=pandora-kernel.git KVM: VMX: Split up vmx_complete_interrupts() vmx_complete_interrupts() does too much, split it up: - vmx_vcpu_run() gets the "cache important vmcs fields" part - a new vmx_complete_atomic_exit() gets the parts that must be done atomically - a new vmx_recover_nmi_blocking() does what its name says - vmx_complete_interrupts() retains the event injection recovery code This helps in reducing the work done in atomic context. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed