From: Uri Lublin <uri@il.qumranet.com>
To: Stuart Sheldon <stu@actusa.net>
Cc: kvm@vger.kernel.org
Subject: Re: Building and Installing everything but Modules...
Date: Sun, 17 Aug 2008 19:51:57 +0300 [thread overview]
Message-ID: <48A8572D.6050805@il.qumranet.com> (raw)
In-Reply-To: <48A84C2D.5080402@actusa.net>
Stuart Sheldon wrote:
> Another newbie question...
>
> I've looks all over the place, and just can't seem to figure this out. I
> want to build and install everything but the kernel modules from release
> source. This will allow me to test against the vanilla modules that come
> with the kernel source. Can anyone point me in the right direction here?
>
Pass --with-patched-kernel to configure, which means "use kvm modules that come
with the kernel" (and no external modules).
From http://kvm.qumranet.com/kvmwiki/HOWTO1 [Unpacking and configuring kvm
components]:
tar xzf kvm-release.tar.gz
cd kvm-release
./configure --prefix=/usr/local/kvm --with-patched-kernel
make
sudo make install
sudo /sbin/modprobe kvm-intel
# or: sudo /sbin/modprobe kvm-amd
next prev parent reply other threads:[~2008-08-17 16:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-17 16:05 Building and Installing everything but Modules Stuart Sheldon
2008-08-17 16:51 ` Uri Lublin [this message]
2008-08-18 10:54 ` Avi Kivity
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48A8572D.6050805@il.qumranet.com \
--to=uri@il.qumranet.com \
--cc=kvm@vger.kernel.org \
--cc=stu@actusa.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.