On Wed, Oct 08, 2008 at 05:55:47PM +0200, Xavier Gnata wrote:
> Hi,
>
> I'm trying to compile kvm-76 on a box running 2.6.27-rc9-git1 (yeah  
> ok...rc+git...).
> I get this error:
> In file included from /usr/local/src/kvm-76/kernel/x86/svm.c:16:
> /usr/local/src/kvm-76/kernel/include/linux/kvm_host.h:128: error: field  
> ?mmu_notifier? has incomplete type
>
> Sorry for the noise if it is a non relevant or a well know issue.
>
Seems you miss something in .config, probably CONFIG_KVM or
CONFIG_VIRTUALIZATION. Did you enable KVM when you build the
kernel? You can use "make menuconfig" then search MMU_NOTIFIER to find what
config it depends on. In the most condition, simple enable KVM support when
you compiling the kernel just OK.

--
regards
Yang, Sheng
--
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