Re: KVM-82 failed to compile

2009-01-22 Thread Avi Kivity
Simon Gao wrote: Nikola Ciprich wrote: Hi, enable KVM support on kernel against which You're compiling.. n. That did it. So from 2.6.27 and on, we need to enable KVM module in kernel no matter we want to use a separate outside module or not. This is a little strange. While we

Re: KVM-82 failed to compile

2009-01-08 Thread Simon Gao
Nikola Ciprich wrote: Hi, enable KVM support on kernel against which You're compiling.. n. That did it. So from 2.6.27 and on, we need to enable KVM module in kernel no matter we want to use a separate outside module or not. This is a little strange. -- To unsubscribe from this list:

Re: KVM-82 failed to compile

2009-01-02 Thread Carlo Marcelo Arenas Belon
Thu, Jan 01, 2009 at 12:17:06PM -0800, Simon Gao wrote: I am seeing following error while compiling kvm-82: In file included from /tmp/kvm-82/kernel/x86/svm.c:56: /tmp/kvm-82/kernel/include/linux/kvm_host.h:171: error: field ‘mmu_notifier’ has incomplete type does that line correspond to

Re: KVM-82 failed to compile

2009-01-02 Thread Nikola Ciprich
Hi, enable KVM support on kernel against which You're compiling.. n. On Thu, Jan 01, 2009 at 02:06:26PM -0800, Simon Gao wrote: Simon Gao wrote: I am seeing following error while compiling kvm-82: In file included from /tmp/kvm-82/kernel/x86/svm.c:56:

Re: KVM-82 failed to compile

2009-01-02 Thread Simon Gao
Carlo Marcelo Arenas Belon wrote: Thu, Jan 01, 2009 at 12:17:06PM -0800, Simon Gao wrote: I am seeing following error while compiling kvm-82: In file included from /tmp/kvm-82/kernel/x86/svm.c:56: /tmp/kvm-82/kernel/include/linux/kvm_host.h:171: error: field ‘mmu_notifier’ has incomplete

Re: KVM-82 failed to compile

2009-01-02 Thread walt
Simon Gao wrote: Carlo Marcelo Arenas Belon wrote: has your kernel configuration (/usr/src/linux/.config) the following enabled? CONFIG_MMU_NOTIFIER=y I did not see the config parameter in my .config file, only has: CONFIG_MMU=y # CONFIG_IOMMU_HELPER is not set Is there other

KVM-82 failed to compile

2009-01-01 Thread Simon Gao
I am seeing following error while compiling kvm-82: In file included from /tmp/kvm-82/kernel/x86/svm.c:56: /tmp/kvm-82/kernel/include/linux/kvm_host.h:171: error: field ‘mmu_notifier’ has incomplete type make[4]: *** [/tmp/kvm-82/kernel/x86/svm.o] Error 1 make[3]: *** [/tmp/kvm-82/kernel/x86]

Re: KVM-82 failed to compile

2009-01-01 Thread Simon Gao
Simon Gao wrote: I am seeing following error while compiling kvm-82: In file included from /tmp/kvm-82/kernel/x86/svm.c:56: /tmp/kvm-82/kernel/include/linux/kvm_host.h:171: error: field ‘mmu_notifier’ has incomplete type make[4]: *** [/tmp/kvm-82/kernel/x86/svm.o] Error 1 make[3]: ***