什么CPU将使用超v

我如何validationCPU是否具有运行hyper v的必要条件?

从Hyper-V FAQ:

Q. What are the system requirements for Hyper-V? A. In addition to the systems requirement for Windows Server 2008, the two key requirements for the Hyper-V platform are the need to ensure that the server is a 64-bit environment and supports hardware-assisted virtualization (Intel VT or AMD-V) technology. 

http://www.microsoft.com/windowsserver2008/en/us/hyperv-faq.aspx

您可以使用一个名为SecurAble的工具来告诉您CPU是否支持运行Hyper-V所需的虚拟化技术。 它还会告诉你CPU支持的位数,以及它是否支持DEP

您的CPU必须支持虚拟化扩展 。 一个简单的方法来检查这是在谷歌search您的CPU型号,并寻找NewEgg.com链接(这将find旧模型,不像NewEgg的search)。 检查“虚拟化技术支持”字段。

请注意,BIOS中通常默认禁用此function。

一个伟大的网站,看你的intel-cpu是否支持虚拟化是英特尔Processorfinder ,便宜的CPU通常不支持VT。

几乎所有最近的AMD处理器都支持AMD-V。