From: Joerg Roedel Date: Fri, 10 Sep 2010 15:30:39 +0000 (+0200) Subject: KVM: MMU: Make tdp_enabled a mmu-context parameter X-Git-Tag: v2.6.37-rc1~142^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5a78f2b649ae75ae788e7622ca5a586af2cb35a;p=pandora-kernel.git KVM: MMU: Make tdp_enabled a mmu-context parameter This patch changes the tdp_enabled flag from its global meaning to the mmu-context and renames it to direct_map there. This is necessary for Nested SVM with emulation of Nested Paging where we need an extra MMU context to shadow the Nested Nested Page Table. Signed-off-by: Joerg Roedel Signed-off-by: Avi Kivity --- Reading git-diff-tree failed