PDA

View Full Version : KVM vs KQEMU


gus_zernial
April 7th, 2008, 01:27 PM
I'm running QEMU/WinXP under ubuntu 7.10 on a Core2 Duo which has hardware virtualization support. It works, but it's very slow and CPU use is high.

I'm confused as to what modules should be loaded - qemu? kqemu? kvm? kvm-intel? kqemu? Is the kqemu accelerator an alternative to kvm/kvm-intel, or are they used together?

Also, this system has an Nvidia 8600GTS, and I'm using Nvidia proprietary drivers for
Linux, and Nvidia GL. Could that be a problem?

csi_
April 7th, 2008, 02:20 PM
kvm-intel is the module you need to load. read: https://help.ubuntu.com/community/KVM
kqemu is an alternative. read: http://fabrice.bellard.free.fr/qemu/kqemu-doc.html
You should get better perfs with KVM.
Also, this system has an Nvidia 8600GTS, and I'm using Nvidia proprietary drivers for Linux, and Nvidia GL. Could that be a problem?
This should not be a issue.

gus_zernial
April 7th, 2008, 07:36 PM
I was confused, this cleared it up. QEMU/KVM working *much* better now. Thanks for the help!

csi_
April 8th, 2008, 06:32 AM
You're welcome.
Don't forget to mark this thread as solved.