Changeset 98644 in vbox for trunk/src/VBox/VMM/VMMR3/CFGM.cpp
- Timestamp:
- Feb 20, 2023 12:05:56 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155944
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CFGM.cpp
r98103 r98644 1085 1085 rc = CFGMR3InsertInteger(pRoot, "TimerMillies", 10); 1086 1086 UPDATERC(); 1087 1088 /* 1089 * HM. 1090 */ 1091 PCFGMNODE pHm; 1092 rc = CFGMR3InsertNode(pRoot, "HM", &pHm); 1093 UPDATERC(); 1094 rc = CFGMR3InsertInteger(pHm, "FallbackToIEM", 1); /* boolean */ 1095 UPDATERC(); 1096 1087 1097 1088 1098 /* … … 3293 3303 LogRel(("************************* CFGM dump *************************\n")); 3294 3304 cfgmR3Dump(pRoot, 0, DBGFR3InfoLogRelHlp()); 3305 #ifdef LOG_ENABLED 3306 if (LogIsEnabled()) 3307 cfgmR3Dump(pRoot, 0, DBGFR3InfoLogHlp()); 3308 #endif 3295 3309 LogRel(("********************* End of CFGM dump **********************\n")); 3296 3310 RTLogRelSetBuffering(fOldBuffered);
Note:
See TracChangeset
for help on using the changeset viewer.