Re: [kvm-devel] compiler problem in Read Hat ES 4

2007-01-18 Thread Francesc
Hi Uri, I did it what you said but it's the same: [EMAIL PROTECTED] kvm-11]# make clean ; ./configure --qemu-cc=gcc ; make for i in kernel user qemu; do \ make -C $i clean; \ done make[1]: Entering directory `/var/tmp/kvm-11/kernel' make -C /lib/modules/2.6.9-42.0.3.ELsmp/build M=`pwd`

Re: [kvm-devel] exception 13 (0) ???

2007-01-18 Thread Uri Lublin
Hi Vineet, What guest OS are you trying to run ? Do you see anything meaningful in the system log (or dmesg) ? What happens if you run it with '-no-kvm' ? Sometimes exception 13 means something is wrong with your guest image. Try running a different guest image. Uri. -Original

Re: [kvm-devel] compiler problem in Read Hat ES 4

2007-01-18 Thread Uri Lublin
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;

Re: [kvm-devel] exception 13 (0) ???

2007-01-18 Thread Bill Davidsen
Vineet Chadha wrote: Hi, I was installing KVM in fedora core 6 (Intel xeon processors). I was able to compile KVM. While running kVM with command as shown -it starts QEMU/KVM for 5 sec and then KVM automatically aborts with an exception 13. Any clues ? I have tried KVM-9/10/11.

Re: [kvm-devel] exception 13 (0) ???

2007-01-18 Thread Vineet Chadha
Hi, I installed ubuntu in only QEMU mode when i booted in KVM/QEMU mode it DOESN't boot. It stops at initial point after uncompressing the kernel Uncompresssing kernelok, booting the kernel PCI: PIIX3: Enabling Passive Release on [stops here] This was tried with ubuntu guest

Re: [kvm-devel] 2.6.20-rc5: known regressions with patches (v2)

2007-01-18 Thread David Woodhouse
On Thu, 2007-01-18 at 20:59 +0100, Adrian Bunk wrote: Subject: CONFIG_JFFS2_FS_DEBUG=2 compile error References : http://lkml.org/lkml/2007/1/12/161 Submitter : Russell King [EMAIL PROTECTED] Caused-By : Al Viro [EMAIL PROTECTED] commit