- Timestamp:
- Jul 4, 2016 3:44:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/TM.cpp
r58170 r62011 318 318 if (CFGMR3Exists(pCfgHandle, "TSCVirtualized")) 319 319 return VMSetError(pVM, VERR_CFGM_CONFIG_UNKNOWN_VALUE, RT_SRC_POS, 320 N_("Configuration error: TM setting \"TSCVirtualized\" is no longer supported. Use the \" Mode\" setting instead."));320 N_("Configuration error: TM setting \"TSCVirtualized\" is no longer supported. Use the \"TSCMode\" setting instead.")); 321 321 if (CFGMR3Exists(pCfgHandle, "UseRealTSC")) 322 322 return VMSetError(pVM, VERR_CFGM_CONFIG_UNKNOWN_VALUE, RT_SRC_POS, 323 N_("Configuration error: TM setting \"UseRealTSC\" is no longer supported. Use the \" Mode\" setting instead."));323 N_("Configuration error: TM setting \"UseRealTSC\" is no longer supported. Use the \"TSCMode\" setting instead.")); 324 324 325 325 if (CFGMR3Exists(pCfgHandle, "MaybeUseOffsettedHostTSC")) 326 326 return VMSetError(pVM, VERR_CFGM_CONFIG_UNKNOWN_VALUE, RT_SRC_POS, 327 N_("Configuration error: TM setting \"MaybeUseOffsettedHostTSC\" is no longer supported. Use the \" Mode\" setting instead."));327 N_("Configuration error: TM setting \"MaybeUseOffsettedHostTSC\" is no longer supported. Use the \"TSCMode\" setting instead.")); 328 328 329 329 /*
Note:
See TracChangeset
for help on using the changeset viewer.