VirtualBox

Changeset 91038 in vbox


Ignore:
Timestamp:
Aug 31, 2021 4:46:15 PM (3 years ago)
Author:
vboxsync
Message:

VMM: Nested VMX: bugref:10092 Missed populating guest VMX feature in previous commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp

    r91037 r91038  
    18161816    {
    18171817        uint64_t const fProcCtls3 = pFeatures->fVmxTertiaryExecCtls ? pVmxMsrs->u64ProcCtls3 : 0;
     1818        pFeatures->fVmxLoadIwKeyExit         = RT_BOOL(fProcCtls3 & VMX_PROC_CTLS3_LOADIWKEY_EXIT);
    18181819    }
    18191820
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