show/hide this revision's text 2 added 269 characters in body

Download this: http://www.cpuid.com/cpuz.php

Also check, http://en.wikipedia.org/wiki/X86%5Fvirtualization

Edit: Additional, I know it's for XEN but the instructions are the same for all VMs that want hardware support. http://wiki.xensource.com/xenwiki/HVM%5FCompatible%5FProcessors

I can't try it from work, but I'm sure it can identify whether you've got the Intel VT or AMD-V instructions. Intel will have a "vmx" instruction and AMD will have a "svm".

On linux you can check /proc/cpuinfo, "egrep '(vmx|svm)' /proc/cpuinfo"

show/hide this revision's text 1

Download this: http://www.cpuid.com/cpuz.php

Also check, http://en.wikipedia.org/wiki/X86%5Fvirtualization

I can't try it from work, but I'm sure it can identify whether you've got the Intel VT or AMD-V instructions. Intel will have a "vmx" instruction and AMD will have a "svm".

On linux you can check /proc/cpuinfo, "egrep '(vmx|svm)' /proc/cpuinfo"