VirtualBox

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


Ignore:
Timestamp:
Nov 17, 2019 8:47:37 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134715
Message:

DevPcBios: Tolerate NetBoot config node. bugref:9218

File:
1 edited

Legend:

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

    r81917 r81918  
    12541254                                  "|CheckShutdownStatusForSoftReset"
    12551255                                  "|ClearShutdownStatusOnHardReset"
    1256                                   , "");
     1256                                  ,
     1257                                  "NetBoot");
    12571258    /*
    12581259     * Init the data.
     
    13391340        }
    13401341    }
     1342
     1343    /* PXE debug logging option. */
     1344    rc = pHlp->pfnCFGMQueryU8Def(pCfg, "PXEDebug", &pThis->u8PXEDebug, false);
     1345    if (RT_FAILURE(rc))
     1346        return PDMDEV_SET_ERROR(pDevIns, rc, N_("Configuration error: Querying \"PXEDebug\" as integer failed"));
    13411347
    13421348
     
    13591365                                NULL, pcbiosSaveExec, NULL,
    13601366                                pcbiosLoadPrep, pcbiosLoadExec, pcbiosLoadDone);
    1361 
    1362     /*
    1363      * Read the PXE debug logging option.
    1364      */
    1365     rc = pHlp->pfnCFGMQueryU8Def(pCfg, "PXEDebug", &pThis->u8PXEDebug, false);
    1366     if (RT_FAILURE(rc))
    1367         return PDMDEV_SET_ERROR(pDevIns, rc,
    1368                                 N_("Configuration error: Querying \"PXEDebug\" as integer failed"));
    13691367
    13701368    /* Clear the net boot device list. All bits set invokes old behavior,
Note: See TracChangeset for help on using the changeset viewer.

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