Linux CPU virtualization

Check to see if your CPU supports virtualization.

grep -E --color '(vmx|svm)' /proc/cpuinfo

VMX = Intel
SVM = AMD

Leave A Reply
All content licensed under the Creative Commons License