以下是我运行coreinfo时得到的输出:
Coreinfo v3.05 - Dump information on system CPU and memory topology
Copyright (C) 2008-2012 Mark Russinovich
Sysinternals - www.sysinternals.com
Note: Coreinfo must be executed on a system without a hypervisor running for
accurate results.
Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
Intel64 Family 6 Model 58 Stepping 9, GenuineIntel
HYPERVISOR * Hypervisor is present
VMX - Supports Intel hardware-assisted virtualization
EPT - Supports Intel extended page tables (SLAT)据Intel称,CPU确实支持VMX和EPT。为什么它没有出现在核心信息中?
发布于 2012-10-12 09:03:04
您正在查看虚拟CPU,因为您是在VM内部运行程序。虚拟化本身是不可虚拟化的,因此虽然物理CPU具有这些特性,但提供给VM的虚拟CPU却不能。
发布于 2012-10-12 09:04:06
您确定这些选项在Bios中没有禁用吗?
另外:您有一个Hypervisor正在运行,所以CoreInfo的输出可能不可靠。由程序打印的警告并不是毫无意义的。我以前见过它错误地报告了带有虚拟机监控程序(Hyper,VmWare,VirtualBox)的系统上的真正配置。
https://serverfault.com/questions/437660
复制相似问题