Changeset 25191 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Dec 4, 2009 1:52:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevFwCommon.cpp
r25163 r25191 514 514 rc = RTUuidFromStr(&uuid, pszDmiSystemUuid); 515 515 if (RT_FAILURE(rc)) 516 { 517 if (fHideErrors) 518 { 519 LogRel(("Configuration error: Invalid UUID for DMI tables specified, using default DMI data\n")); 520 continue; 521 } 516 522 return PDMDevHlpVMSetError(pDevIns, rc, RT_SRC_POS, 517 N_("Invalid UUID for DMI tables specified")); 523 N_("Configuration error: Invalid UUID for DMI tables specified")); 524 } 518 525 uuid.Gen.u32TimeLow = RT_H2BE_U32(uuid.Gen.u32TimeLow); 519 526 uuid.Gen.u16TimeMid = RT_H2BE_U16(uuid.Gen.u16TimeMid);
Note:
See TracChangeset
for help on using the changeset viewer.