Re: [kvm-devel] kvm-10/11 not working under current fedora core 6 kernel

2007-01-19 Thread Uri Lublin
Hi Fabian, After the host FC6 upgrade, Were kvm modules loaded ? You may need to recompile kvm. Were there error messages in the log ? Uri. מאת: [EMAIL PROTECTED] בשם Fabian Deutsch נשלח: ש 20/01/2007 04:46 אל: kvm-devel@lists.sourceforge.net נושא: [kvm

[kvm-devel] kvm-10/11 not working under current fedora core 6 kernel

2007-01-19 Thread Fabian Deutsch
Hello, I'm currenlty running kvm on a fc6 machine (intel). Everything worked quite fine until i did a kernel update (can post uname -a tomorrow) and noted, that qemu didn't work anymore. qemu starts but uses 100% of the CPU and nothing else happens (well you get a monitor shell and serial console

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

2007-01-19 Thread Uri Lublin
Hi Vineet, There are so many distributions out there, naturally we can not test them all. ubuntu desktop i386 install was not tested yet. We'll try to reproduce and investigate the problem. Is your host cpu is a 32 bits or 64 bits cpu ? If 64, did you try to install ubuntu image for a 64 bits cp

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

2007-01-19 Thread Casey Jeffery
> > > 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 > &

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

2007-01-19 Thread Uri Lublin
Hi, The procedure for installing a windows guest is described at kvm.sf.net/faq.html (and is copied below) Bill, did you follow this procedure ? If not please do and report if it helps or not. I have never tried installing windows 98. Has anyone been able to run a virtualized-by-KVM windows 98

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

2007-01-19 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-19 Thread Vineet Chadha
Can any one reply to the problem ??? Thanks Vineet On 1/18/07, Vineet Chadha <[EMAIL PROTECTED]> wrote: 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

[kvm-devel] [PATCH] svm_set_idt() - don't store/get idt to/from LDT save

2007-01-19 Thread Leonard Norrgard
On AMD processors, executing "shutdown -r now" in a Linux guest actually reboots the host. While investigating that, I noticed this likely typo. This patch isn't in itself the complete fix the host reboot, so be prepared if you test the shutdown command in a Linux guest. Note: "shutdown -h now" wo