On 04/27/2010 01:38 PM, Joerg Roedel wrote:
quoted text > This patch adds code to initialize the Nested Nested Paging
> MMU context when the L1 guest executes a VMRUN instruction
> and has nested paging enabled in its VMCB.
> struct kvm_mmu_page *sp,
> diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c
> index e31f601..266b1d4 100644
> --- a/arch/x86/kvm/svm.c
> +++ b/arch/x86/kvm/svm.c
> @@ -94,7 +94,6 @@ struct nested_state {
>
> /* Nested Paging related state */
> u64 nested_cr3;
> -
> };
>
Better not to introduce in the first place (I resisted commenting on it,
but now I broke down).
--
error compiling committee.c: too many arguments to function
--
unsubscribe notice To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Messages in current thread:
Re: [PATCH 20/22] KVM: SVM: Initialize Nested Nested MMU c ... , Avi Kivity , (Tue Apr 27, 6:01 am)