VirtualBox

Changeset 27423 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Mar 16, 2010 6:51:35 PM (15 years ago)
Author:
vboxsync
Message:

RTC is _not_ enabled by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r27422 r27423  
    21732173        rc = CFGMR3InsertInteger(pCfg,  "HpetEnabled", fHpetEnabled);               RC_CHECK();
    21742174        rc = CFGMR3InsertInteger(pCfg,  "SmcEnabled", fSmcEnabled);                 RC_CHECK();
    2175         rc = CFGMR3InsertInteger(pCfg,  "ShowRtc",    true);                        RC_CHECK();
     2175        rc = CFGMR3InsertInteger(pCfg,  "ShowRtc",    fExtProfile);                 RC_CHECK();
    21762176
    21772177        rc = CFGMR3InsertInteger(pCfg,  "ShowCpu", fShowCpu);                       RC_CHECK();
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