Intel VT and AMD-V cpu 列表

 http://ark.intel.com/VTList.aspx 

 

Intel® Virtualization Technology List  

Intel® Atom™ Processor

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

 

 

 

 

Intel® Core™2 Duo Desktop Processor

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
  • SLB9Y : No
  • SLGQ8 : No
  • SLGW3 : Yes
E7500
  • SLB9Z : No
  • SLGTE : Yes
E7600 Yes
E8190 No
E8200 / E8300 / E8400 / E8500 / E8600 Yes

 

 

 

Intel® Core™ i7 Desktop Processor

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 virtualization (AMD-V)

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).

 

 

。。。。。。。。。。。。。。。。。。。。。。。。。。

Linux: Find Out If CPU Support Intel VT and AMD-V Virtualization Support

Linux: Verify Intel VT CPU Virtualization Extensions

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:

Fig.01: Linux check Intel VT -  if my server can run full virtualization or not

Fig.01: Linux check Intel VT - if my server can run full virtualization or not

 

If the output has the vmx flags, then Intel CPU host is capable of running hardware virtualization.

Linux: Verify AMD V CPU Virtualization Extensions

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.

Tip # 1: Check Your BIOS Settings

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.

Tip # 2: XEN Kernel

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.

你可能感兴趣的:(职场,Intel,休闲)