Uri Lublin wrote:
>
> Hi Frank,
>
> It seems it would be easier if you'd build kvm on a more recent linux 
> kernel (version 2.6.16 or later).
> You could not make the kvm modules because 2.6.9 kernel does not use 
> Kbuild, but expects that information to be in the Makefile.
> So... I typed "cd kernel; mv Makefile Makefile.orig; cat Kbuild 
> Makefile.orig > Makefile; make".
> That started building the modules, but include file <linux/mutex.h> 
> was not found.
> linux/mutex.h was introduced in version 2.6.16
>
> If you insist on 2.6.9, try to replace the mutex with a semaphore 
> (kvm_main.c and kvm.h).
>
> Uri.
>
Hi Uri,
I have install 2.6.19.2 kernel in Red Hat and I have got .ko files at 
last !!
But it seems if there is a problem when I try to load the module:

modprobe kvm-intel
FATAL: Error inserting kvm_intel 
(/lib/modules/2.6.19.2/extra/kvm-intel.ko): Operation not supported

I have tried to load "kvm" one (without intel extension) but I suppose 
it is not right becase qemu fails:

/usr/local/kvm/bin/qemu -hda vdisk.img -cdrom 
/var/tmp/ubuntu-6.10-server-i386.iso -boot d -m 384
open /dev/kvm: No such file or directory
Could not initialize KVM, will disable KVM support

I need your help again.
Thanks a lot.

Frank


-- 
Aquest missatge ha estat analitzat per MailScanner
a la cerca de virus i d'altres continguts perillosos,
i es considera que està net.
For all your IT requirements visit: http://www.transtec.co.uk


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to