From: Avi Kivity Date: Tue, 1 Jul 2008 13:20:21 +0000 (+0300) Subject: KVM: Move NMI IRET fault processing to new vmx_complete_interrupts() X-Git-Tag: v2.6.28-rc1~269^2~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf393f75661f4b17451377b353833eb5502a9688;p=pandora-kernel.git KVM: Move NMI IRET fault processing to new vmx_complete_interrupts() Currently most interrupt exit processing is handled on the entry path, which is confusing. Move the NMI IRET fault processing to a new function, vmx_complete_interrupts(), which is called on the vmexit path. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed