public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* Building and Installing everything but Modules...
@ 2008-08-17 16:05 Stuart Sheldon
  2008-08-17 16:51 ` Uri Lublin
  2008-08-18 10:54 ` Avi Kivity
  0 siblings, 2 replies; 3+ messages in thread
From: Stuart Sheldon @ 2008-08-17 16:05 UTC (permalink / raw)
  To: kvm

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?

Thanks in advance,

Stuart Sheldon



-- 
Randomly Generated Fortune Tag:
Many pages make a thick book.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Building and Installing everything but Modules...
  2008-08-17 16:05 Building and Installing everything but Modules Stuart Sheldon
@ 2008-08-17 16:51 ` Uri Lublin
  2008-08-18 10:54 ` Avi Kivity
  1 sibling, 0 replies; 3+ messages in thread
From: Uri Lublin @ 2008-08-17 16:51 UTC (permalink / raw)
  To: Stuart Sheldon; +Cc: kvm

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Building and Installing everything but Modules...
  2008-08-17 16:05 Building and Installing everything but Modules Stuart Sheldon
  2008-08-17 16:51 ` Uri Lublin
@ 2008-08-18 10:54 ` Avi Kivity
  1 sibling, 0 replies; 3+ messages in thread
From: Avi Kivity @ 2008-08-18 10:54 UTC (permalink / raw)
  To: Stuart Sheldon; +Cc: kvm

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

The simplest way is to compile as usual, but when installing, do a 'sudo 
make -C qemu install'.  This will install qemu but not the modules.


-- 
error compiling committee.c: too many arguments to function


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-08-18 10:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-17 16:05 Building and Installing everything but Modules Stuart Sheldon
2008-08-17 16:51 ` Uri Lublin
2008-08-18 10:54 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox