Changeset 34515 in vbox for trunk/src/VBox
- Timestamp:
- Nov 30, 2010 1:58:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r34434 r34515 941 941 } 942 942 943 BOOL fShowRtc; 944 fShowRtc = fOsXGuest || (chipsetType == ChipsetType_ICH9); 945 943 946 /* 944 947 * PS/2 keyboard & mouse. … … 2289 2292 InsertConfigInteger(pCfg, "HpetEnabled", fHpetEnabled); 2290 2293 InsertConfigInteger(pCfg, "SmcEnabled", fSmcEnabled); 2291 InsertConfigInteger(pCfg, "ShowRtc", f OsXGuest);2294 InsertConfigInteger(pCfg, "ShowRtc", fShowRtc); 2292 2295 if (fOsXGuest && !llBootNics.empty()) 2293 2296 {
Note:
See TracChangeset
for help on using the changeset viewer.