From: Joerg Roedel Date: Fri, 10 Sep 2010 15:30:44 +0000 (+0200) Subject: KVM: MMU: Introduce kvm_init_shadow_mmu helper function X-Git-Tag: v2.6.37-rc1~142^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52fde8df7dd13d90f5f8dc43157418bff968d90a;p=pandora-kernel.git KVM: MMU: Introduce kvm_init_shadow_mmu helper function Some logic of the init_kvm_softmmu function is required to build the Nested Nested Paging context. So factor the required logic into a seperate function and export it. Also make the whole init path suitable for more than one mmu context. Signed-off-by: Joerg Roedel Signed-off-by: Avi Kivity --- Reading git-diff-tree failed