* Denherder, Cindy ([email protected]) wrote:
> I get this error after running 'make' with this release (on Fedora 10):
>  
> make -C /lib/modules/2.6.29-rc6/build M=`pwd` \
>               LINUXINCLUDE="-I`pwd`/include -Iinclude \
>                \
>               -Iarch/x86/include -I`pwd`/include-compat \
>               -include include/linux/autoconf.h \
>               -include `pwd`/x86/external-module-compat.h "
>   LD      /kvm_86/kvm-86/kvm/kernel/x86/built-in.o
>   CC [M]  /kvm_86/kvm-86/kvm/kernel/x86/svm.o
> In file included from /kvm_86/kvm-86/kvm/kernel/x86/svm.c:57:
> /kvm_86/kvm-86/kvm/kernel/include/linux/kvm_host.h:191: error: field 
> ‘mmu_notifier’ has incomplete type
> make[4]: *** [/kvm_86/kvm-86/kvm/kernel/x86/svm.o] Error 1
> make[3]: *** [/kvm_86/kvm-86/kvm/kernel/x86] Error 2
> make[2]: *** [_module_/kvm_86/kvm-86/kvm/kernel] Error 2
> make[1]: *** [all] Error 2
> make: *** [kvm-kmod] Error 2
> [r...@localhost kvm-86]# 

You need to enable mmu_notifiers in your target kernel (looks like
2.6.29-rc6).
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to