void-packages/srcpkgs/qemu/INSTALL.msg

9 lines
241 B
Text
Raw Normal View History

To enable KVM your user must be added to the 'wheel' group:
$ usermod -aG wheel <username>
2014-09-15 14:38:01 +00:00
Don't forget to load the appropiate KVM module for your CPU (x86 only):
$ modprobe kvm-amd # for AMD CPUs
$ modprobe kvm-intel # for Intel CPUs