VirtualBox

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


Ignore:
Timestamp:
Mar 16, 2010 6:20:53 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
58897
Message:

ACPI: cleaned up no longer used CPU entries, made RTC on by default

File:
1 edited

Legend:

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

    r27324 r27422  
    21722172        rc = CFGMR3InsertInteger(pCfg,  "FdcEnabled", fFdcEnabled);                 RC_CHECK();
    21732173        rc = CFGMR3InsertInteger(pCfg,  "HpetEnabled", fHpetEnabled);               RC_CHECK();
    2174 #ifdef VBOX_WITH_SMC
    21752174        rc = CFGMR3InsertInteger(pCfg,  "SmcEnabled", fSmcEnabled);                 RC_CHECK();
    2176 #endif
    2177         rc = CFGMR3InsertInteger(pCfg,  "ShowRtc", fExtProfile);                    RC_CHECK();
     2175        rc = CFGMR3InsertInteger(pCfg,  "ShowRtc",    true);                        RC_CHECK();
    21782176
    21792177        rc = CFGMR3InsertInteger(pCfg,  "ShowCpu", fShowCpu);                       RC_CHECK();
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