Changeset 81103 in vbox
- Timestamp:
- Oct 3, 2019 9:04:54 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r81087 r81103 6203 6203 { 6204 6204 xml::ElementNode *pelmNVRAM = pelmBIOS->createChild("NVRAM"); 6205 6205 if (hw.biosSettings.fNVRAMEnabled) 6206 6206 pelmNVRAM->setAttribute("enabled", hw.biosSettings.fNVRAMEnabled); 6207 6207 if (!hw.biosSettings.strNVRAMPath.isEmpty()) 6208 6208 pelmNVRAM->setAttribute("path", hw.biosSettings.strNVRAMPath); 6209 6209 }
Note:
See TracChangeset
for help on using the changeset viewer.