mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 21:43:13 +02:00
8 lines
237 B
Text
8 lines
237 B
Text
To enable KVM your user must be added to the 'kvm' group:
|
|
|
|
$ usermod -aG kvm <username>
|
|
|
|
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
|