From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uri Lublin Subject: Re: Building and Installing everything but Modules... Date: Sun, 17 Aug 2008 19:51:57 +0300 Message-ID: <48A8572D.6050805@il.qumranet.com> References: <48A84C2D.5080402@actusa.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Stuart Sheldon Return-path: Received: from il.qumranet.com ([212.179.150.194]:56109 "EHLO il.qumranet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751671AbYHQQv7 (ORCPT ); Sun, 17 Aug 2008 12:51:59 -0400 In-Reply-To: <48A84C2D.5080402@actusa.net> Sender: kvm-owner@vger.kernel.org List-ID: 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