Re: [PATCH 02/22] KVM: MMU: Make tdp_enabled a mmu-context parameter

2010-04-27 Thread Avi Kivity
On 04/27/2010 01:38 PM, Joerg Roedel wrote: 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 T

[PATCH 02/22] KVM: MMU: Make tdp_enabled a mmu-context parameter

2010-04-27 Thread Joerg Roedel
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 --- arch/