Hollis Blanchard wrote:
> +config KVM
> +     tristate "Kernel-based Virtual Machine (KVM) support"
> +     depends on EXPERIMENTAL
> +     select PREEMPT_NOTIFIERS
> +     select ANON_INODES
> +     ---help---
> +       Support hosting virtualized guest machines. You will also
> +       need to select one or more of the processor modules below.
> +
> +       This module provides access to the hardware capabilities through
> +       a character device node named /dev/kvm.
> +
> +       To compile this as a module, choose M here: the module
> +       will be called kvm.
> +
> +       If unsure, say N.
>   

In my ignorance, I set KVM=m on a non-44x build, which then failed. This 
needs either to depend on 44x, or to be fixed to compile.

> +
> +config KVM_BOOKE_HOST
> +     tristate "KVM host support for Book E PowerPC processors"
> +     depends on KVM && 44x
> +     ---help---
> +       Provides host support for KVM on Book E PowerPC processors. Currently
> +       this works on 440 processors only.
> +
>   


-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to