VirtualBox

Changeset 93924 in vbox


Ignore:
Timestamp:
Feb 24, 2022 3:16:25 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
150152
Message:

VMM: Nested VMX: bugref:10092 Accidentally enabled nested EPT and UX by default in r150150, undid that.

File:
1 edited

Legend:

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

    r93922 r93924  
    42644264             * disabled will automatically prevent exposing features that rely on
    42654265             */
    4266             rc = CFGMR3QueryBoolDef(pCpumCfg, "NestedVmxEpt", &pVM->cpum.s.fNestedVmxEpt, true);
     4266            rc = CFGMR3QueryBoolDef(pCpumCfg, "NestedVmxEpt", &pVM->cpum.s.fNestedVmxEpt, false);
    42674267            AssertLogRelRCReturn(rc, rc);
    42684268
     
    42724272             * it.
    42734273             */
    4274             rc = CFGMR3QueryBoolDef(pCpumCfg, "NestedVmxUnrestrictedGuest", &pVM->cpum.s.fNestedVmxUnrestrictedGuest, true);
     4274            rc = CFGMR3QueryBoolDef(pCpumCfg, "NestedVmxUnrestrictedGuest", &pVM->cpum.s.fNestedVmxUnrestrictedGuest, false);
    42754275            AssertLogRelRCReturn(rc, rc);
    42764276
Note: See TracChangeset for help on using the changeset viewer.

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