KVM 内核模块错误

Jef*_*eff 7 kvm virtualization qemu

我刚刚安装了 qemu 并运行

qemu-system-i386 -hda ubuntu32 -cdrom ~/Downloads/ubuntu-12.04-desktop-i386.iso -m 1024 -boot d
Run Code Online (Sandbox Code Playgroud)

并得到了一些错误

Could not access KVM kernel module: No such file or directory
failed to initialize KVM: No such file or directory
Back to tcg accelerator.
Run Code Online (Sandbox Code Playgroud)

有谁知道为什么会这样?

gal*_*ets 7

我绝不是专家,但据我所知,这可能发生,因为:

a) 您的 CPU 不支持硬件虚拟化

b) CPU 确实支持虚拟化,但您没有在 BIOS 中启用它。