On Mon, Dec 22, 2008 at 5:10 AM, Avi Kivity <a...@redhat.com> wrote:

> If you run kvm.git as your kernel, use ./configure --with-patched-kernel
> (or, simply don't build the external module).
Worked for me.

Could we add a note to:
http://kvm.qumranet.com/kvmwiki/Code

For example here is what I do to build kvm-userspace on Ubuntu 8.10

I do the following:
sudo apt-get install libsdl1.2-dev gawk git-core
git clone git://git.kernel.org/pub/scm/virt/kvm/kvm-userspace.git
cd kvm-userspace
cd kernel
make sync LINUX=/data/src/kvm-src/kvm
cd ..
./configure --with-patched-kernel
make
make install

Which is close to wiki, but maybe if we could just add a note
that says use:
./configure --with-patched-kernel
in the case of ... <--- fill this in

Thanks,
Todd

-- 
Todd Deshane
http://todddeshane.net
http://runningxen.com
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to