VirtualBox

Changeset 34515 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 30, 2010 1:58:48 PM (14 years ago)
Author:
vboxsync
Message:

Main: show RTC in ACPI for ICH9

File:
1 edited

Legend:

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

    r34434 r34515  
    941941        }
    942942
     943        BOOL fShowRtc;
     944        fShowRtc = fOsXGuest || (chipsetType == ChipsetType_ICH9);
     945
    943946        /*
    944947         * PS/2 keyboard & mouse.
     
    22892292            InsertConfigInteger(pCfg,  "HpetEnabled", fHpetEnabled);
    22902293            InsertConfigInteger(pCfg,  "SmcEnabled", fSmcEnabled);
    2291             InsertConfigInteger(pCfg,  "ShowRtc",    fOsXGuest);
     2294            InsertConfigInteger(pCfg,  "ShowRtc",    fShowRtc);
    22922295            if (fOsXGuest && !llBootNics.empty())
    22932296            {
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