Blue Swirl wrote: > On 6/7/09, Avi Kivity wrote: >> Blue Swirl wrote: >> >>>> What are you building, exactly? Did you load the tarball from >> sourceforge, >>>> or kvm-kmod from git? >>>> >>>> >>> git clone >> git://git.kernel.org/pub/scm/virt/kvm/kvm-kmod.git >>> >> That doesn't include the sources - it's only a kit that backports the >> sources so they can run on older kernels. >> >> Either download a tarball, or do >> >> $ cd kvm-kmod >> $ git submodule update --init >> (wait) >> $ ./configure >> $ make sync >> $ make > > Ok, now I got the module installed and after I copied stuff under > include to /usr/local/include, QEMU detects KVM successfully. > > I found a bug in configure, if there are targets that can't use KVM, > it is disabled for all targets. Not for me here (when using the default target list). Jan