VirtualBox

Changeset 97529 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Nov 14, 2022 11:52:01 AM (2 years ago)
Author:
vboxsync
Message:

CPUM: Added MOVBE feature flag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/CPUMAllCpuId.cpp

    r97317 r97529  
    14501450        pFeatures->fVmx                 = RT_BOOL(pStd1Leaf->uEcx & X86_CPUID_FEATURE_ECX_VMX);
    14511451        pFeatures->fPclMul              = RT_BOOL(pStd1Leaf->uEcx & X86_CPUID_FEATURE_ECX_PCLMUL);
     1452        pFeatures->fMovBe               = RT_BOOL(pStd1Leaf->uEcx & X86_CPUID_FEATURE_ECX_MOVBE);
    14521453        if (pFeatures->fVmx)
    14531454            cpumExplodeVmxFeatures(&pMsrs->hwvirt.vmx, pFeatures);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette