Virtualization

From JoeHacker
Revision as of 17:50, 26 August 2009 by Joe (talk | contribs)

How to tell if you processor supports Virtualization.

cat /proc/cpuinfo


  • vmx – (intel)
  • svm – (amd)

If your cpuinfo file has a flag "svm" then you have AMD-v hardware virtualization support (aka pacifica) on your cpu.

egrep 'vmx|svm' /proc/cpuinfo