Changeset 97529 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Nov 14, 2022 11:52:01 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllCpuId.cpp
r97317 r97529 1450 1450 pFeatures->fVmx = RT_BOOL(pStd1Leaf->uEcx & X86_CPUID_FEATURE_ECX_VMX); 1451 1451 pFeatures->fPclMul = RT_BOOL(pStd1Leaf->uEcx & X86_CPUID_FEATURE_ECX_PCLMUL); 1452 pFeatures->fMovBe = RT_BOOL(pStd1Leaf->uEcx & X86_CPUID_FEATURE_ECX_MOVBE); 1452 1453 if (pFeatures->fVmx) 1453 1454 cpumExplodeVmxFeatures(&pMsrs->hwvirt.vmx, pFeatures);
Note:
See TracChangeset
for help on using the changeset viewer.