From: Joerg Roedel Date: Fri, 7 Aug 2009 09:49:36 +0000 (+0200) Subject: KVM: SVM: do nested vmexit in nested_svm_exit_handled X-Git-Tag: v2.6.32-rc1~693^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c4e40b9949868928bd7fec67a4b0902d90e57ed;p=pandora-kernel.git KVM: SVM: do nested vmexit in nested_svm_exit_handled If this function returns true a nested vmexit is required. Move that vmexit into the nested_svm_exit_handled function. This also simplifies the handling of nested #pf intercepts in this function. Signed-off-by: Joerg Roedel Acked-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed