VirtualBox

Changeset 25191 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Dec 4, 2009 1:52:33 PM (15 years ago)
Author:
vboxsync
Message:

PcBios: Addending to r55590 (another case)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevFwCommon.cpp

    r25163 r25191  
    514514            rc = RTUuidFromStr(&uuid, pszDmiSystemUuid);
    515515            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                }
    516522                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            }
    518525            uuid.Gen.u32TimeLow = RT_H2BE_U32(uuid.Gen.u32TimeLow);
    519526            uuid.Gen.u16TimeMid = RT_H2BE_U16(uuid.Gen.u16TimeMid);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette