Farkas Levente wrote:
> what is the current recommended way to build kernel module for kvm?
> until now it was a simple
> make KDIR=...
> in the linux dir, but it's no longer working. first of all now is
> required to run configure for kernel module too, second the above make
> now get into an infinite recursive loop.
> anyway it's be useful a few lines of INSTALL file for both userspace and
> kernel module config, build and install procedure.
>   

cd kvm-73
./configure
make
sudo make install


-- 
Do not meddle in the internals of kernels, for they are subtle and quick to 
panic.

--
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