VirtualBox

Changeset 97067 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Oct 10, 2022 11:28:59 AM (2 years ago)
Author:
vboxsync
Message:

VMM/CPUMR3CpuId: Reverted accidental part of commit r154014.

File:
1 edited

Legend:

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

    r97065 r97067  
    27412741             * disabled will automatically prevent exposing features that rely on
    27422742             */
    2743             rc = CFGMR3QueryBoolDef(pCpumCfg, "NestedVmxEpt", &pVM->cpum.s.fNestedVmxEpt, true);
     2743            rc = CFGMR3QueryBoolDef(pCpumCfg, "NestedVmxEpt", &pVM->cpum.s.fNestedVmxEpt, false);
    27442744            AssertLogRelRCReturn(rc, rc);
    27452745
     
    27492749             * it.
    27502750             */
    2751             rc = CFGMR3QueryBoolDef(pCpumCfg, "NestedVmxUnrestrictedGuest", &pVM->cpum.s.fNestedVmxUnrestrictedGuest, true);
     2751            rc = CFGMR3QueryBoolDef(pCpumCfg, "NestedVmxUnrestrictedGuest", &pVM->cpum.s.fNestedVmxUnrestrictedGuest, false);
    27522752            AssertLogRelRCReturn(rc, rc);
    27532753
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