I have a computer with an Intel processor (VMX Enabled in the boot menu). I am running Ubuntu Guest on top of it using VirtualBox. I run qemu on top of it to start another guest OS using kvm ( -enable-kvm option).
I get the following error when trying to insert the kvm-intel module:
FATAL: Error inserting kvm_intel (/lib/modules/2.6.20-ARCH/kernel/drivers/kvm/kvm-intel.ko): Operation not supported
I checked the vmx flag in the guest OS and I don't see that either
$ grep vmx /proc/cpuinfo $
Is it possible to enable kvm support in the Ubuntu guest operating system so that I can run qemu with kvm support on top of the Ubuntu guest machine?
qemu virtualization virtualbox kvm
Shehbaz jaffer
source share