这是我运行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)
根据英特尔CPU有VMX和EPT的支持。 为什么在coreinfo中不显示?
您正在查看虚拟CPU,因为您正在从虚拟机内运行该程序。 虚拟化本身不是可虚拟化的,所以当物理CPU具有这些function时,虚拟CPU不会呈现给虚拟机。
你确定这些选项没有在BIOS中禁用?
另外:你有一个Hypervisor运行,所以CoreInfo的输出可能不可靠。 该程序打印的警告不是没有。 我以前曾经看到它在虚拟机pipe理程序(Hyper-V,VmWare,VirtualBox)上错误地报告系统的真实configuration。