VirtualBox

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


Ignore:
Timestamp:
Jun 22, 2018 11:34:15 AM (7 years ago)
Author:
vboxsync
Message:

EM: Made the EMHistoryExec parameters settable via CFGM. bugref:9198

File:
1 edited

Legend:

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

    r72659 r72660  
    174174    /** @todo change the default to true here */
    175175    bool fExitOptimizationEnabledR0PreemptDisabled = true;
    176     rc = CFGMR3QueryBoolDef(pCfgEM, "ExitOptimizationEnabledR0PreemptDisabled", &fExitOptimizationEnabledR0PreemptDisabled, true);
     176    rc = CFGMR3QueryBoolDef(pCfgEM, "ExitOptimizationEnabledR0PreemptDisabled", &fExitOptimizationEnabledR0PreemptDisabled, false);
    177177    AssertLogRelRCReturn(rc, rc);
    178178    fExitOptimizationEnabledR0PreemptDisabled &= fExitOptimizationEnabledR0;
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