Re: [kvm-devel] [PATCH] KVM: make MMU_DEBUG compile again

2008-02-17 Thread Avi Kivity
Marcelo Tosatti wrote: > the cr3 variable is now inside the vcpu->arch structure. > > Applied, thanks. -- Any sufficiently difficult bug is indistinguishable from a feature. - This SF.net email is sponsored by: Microsof

[kvm-devel] [PATCH] KVM: make MMU_DEBUG compile again

2008-02-14 Thread Marcelo Tosatti
the cr3 variable is now inside the vcpu->arch structure. Signed-off-by: Marcelo Tosatti <[EMAIL PROTECTED]> Index: kvm.largepages/arch/x86/kvm/mmu.c === --- kvm.orig/arch/x86/kvm/mmu.c +++ kvm/arch/x86/kvm/mmu.c @@ -1219,7 +1219,7