Changeset 27799 in vbox for trunk/src/VBox/Main/ConsoleImpl2.cpp
- Timestamp:
- Mar 29, 2010 5:54:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r27797 r27799 2204 2204 rc = CFGMR3InsertInteger(pCfg, "SmcEnabled", fSmcEnabled); RC_CHECK(); 2205 2205 rc = CFGMR3InsertInteger(pCfg, "ShowRtc", fExtProfile); RC_CHECK(); 2206 rc = CFGMR3InsertInteger(pCfg, "ShowNic", fExtProfile); RC_CHECK(); 2206 2207 2207 2208 rc = CFGMR3InsertInteger(pCfg, "ShowCpu", fShowCpu); RC_CHECK(); … … 3550 3551 #endif /* !VBOX_WITH_GUEST_CONTROL */ 3551 3552 } 3552
Note:
See TracChangeset
for help on using the changeset viewer.