Prev: Nested Paging support for Nested SVM v2
Next: [tip:perf/core] perf probe: Fix to use symtab only if no debuginfo
From: Avi Kivity on 27 Apr 2010 09:10 On 04/27/2010 01:38 PM, Joerg Roedel wrote: > 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |