From: Joerg Roedel Date: Fri, 7 Aug 2009 09:49:38 +0000 (+0200) Subject: KVM: SVM: get rid of nested_svm_vmexit_real X-Git-Tag: v2.6.32-rc1~693^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34f80cfad59ee587e374cbaf5f2a31d9f5015404;p=pandora-kernel.git KVM: SVM: get rid of nested_svm_vmexit_real This patch is the starting point of removing nested_svm_do from the nested svm code. The nested_svm_do function basically maps two guest physical pages to host virtual addresses and calls a passed function on it. This function pointer code flow is hard to read and not the best technical solution here. As a side effect this patch indroduces the nested_svm_[un]map helper functions. Signed-off-by: Joerg Roedel Signed-off-by: Avi Kivity --- Reading git-diff-tree failed