I need to enable Hyper-V in a Win8 guest. My host OS is win7 64 bit. Guest OS is win8 64 bit. When I try to turn on Hyper-v feature in guest win8, the option is gray, and hint "Hyper-v cannot be installed: the processor does not have required virtualization capabilities". Can anybody tell me how to enable it? Some flags from the .vbox file as below.
Code: Select all
<CPU count="2" hotplug="false">
<HardwareVirtEx enabled="true" exclusive="false"/>
<HardwareVirtExNestedPaging enabled="true"/>
<HardwareVirtExVPID enabled="true"/>
<PAE enabled="true"/>
<HardwareVirtExLargePages enabled="true"/>
<HardwareVirtForce enabled="false"/>
</CPU>