Hi!
Is it possible to disable KVM support for qemu? My system doesn't support VT, so i don't need and want KVM.
When trying to start my VM, qemu complains:
# qemu-kvm
Could not access KVM kernel module: No such file or directory
failed to initialize KVM: No such file or directory
No accelerator found!
# qemu-system-x86_64 1
Could not access KVM kernel module: No such file or directory
failed to initialize KVM: No such file or directory
No accelerator found!
There's no useflag KVM for qemu, so how may i disable it?
Thanks in advance!


