http://ark.intel.com/VTList.aspx
Processor # | Supports Intel® VT-x |
---|---|
230 | No |
330 | No |
D410 / D425 | No |
D510 / D525 | No |
E620 / E620T / E640 / E640T / E660 / E660T / E680 / E680T | Yes |
N270 / N280 | No |
N450 / N455 / N470 / N475 | No |
N550 | No |
Z500 / Z510 / Z510P / Z510PT / Z515 | No |
Z520 / Z520PT / Z530 / Z530P / Z540 / Z550 / Z560 | Yes
|
Processor # | Supports Intel® VT-x |
---|---|
E4300 / E4400 / E4500 / E4600 / E4700 | No |
E6300 / E6320 / E6400 / E6420 / E6540 / E6550 / E6600 / E6700 / E6750 / E6850 | Yes |
E7200 / E7300 | No |
E7400 |
|
E7500 |
|
E7600 | Yes |
E8190 | No |
E8200 / E8300 / E8400 / E8500 / E8600 | Yes |
Processor # | Supports Intel® VT-x |
---|---|
i7-860 / i7-860S / i7-870 / i7-870S / i7-875K / i7-880 | Yes |
i7-920 / i7-930 / i7-940 / i7-950 / i7-960 / i7-970 | Yes |
AMD
http://en.wikipedia.org/wiki/AMD-V#AMD_virtualization_.28AMD-V.29
AMD developed its first generation virtualization extensions under the code name "Pacifica", and initially published them as AMD Secure Virtual Machine (SVM),[20]but later marketed them under the trademark AMD Virtualization, abbreviated AMD-V.
On May 23, 2006, AMD released the Athlon 64 ("Orleans"), the Athlon 64 X2 ("Windsor") and the Athlon 64 FX ("Windsor") as the first AMD processors to support this technology.
AMD-V capability also features on the Athlon 64 and Athlon 64 X2 family of processors with "F" or "G" stepping on socket AM2, Turion 64 X2, and Opteron 2nd generation[21] and 3rd-generation,[22] Phenom and Phenom II processors. AMD-V is not supported by any Socket 939 processors. The only Sempron processors which support it are Huron and Sargas.
AMD Opteron CPUs beginning with the Barcelona line, and Phenom II CPUs, support a second generation hardware virtualization technology called Rapid Virtualization Indexing, later adopted by Intel as Extended Page Tables (EPT).
。。。。。。。。。。。。。。。。。。。。。。。。。。
Type the following command as root to verify that host cpu has support for Intel VT technology, enter:
# grep --color vmx /proc/cpuinfo
Sample outputs:
If the output has the vmx flags, then Intel CPU host is capable of running hardware virtualization.
Type the following command as root to verify that host cpu has support for AMD - V technology:
# grep --color svm /proc/cpuinfo
Again, the output has the svm flags, then AND CPU host is capable of running hardware virtualization.
Many, system manufacturers disable AMD or Intel virtualization technology in the BIOS by default. You need to reboot the system and turn it in the BIOS.
By default, if you booted into XEN kernel it will not display svm or vmx flag using the grep command. To see if it is enabled or not from xen, enter:
cat /sys/hypervisor/properties/capabilities
You must see hvm flags in the output. If not reboot the box and set Virtualization in the BIOS.