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