Virtualization

From JoeHacker
Revision as of 17:49, 26 August 2009 by Joe (talk | contribs) (Created page with '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 …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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