- Timestamp:
- Dec 5, 2013 10:33:04 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r49769 r49785 1515 1515 InsertConfigString(pBiosCfg, szParamName, pszBootDevice); 1516 1516 } 1517 1518 /** @todo @bugref{7145}: We might want to enable this by default for new VMs. For now, 1519 * this is required for Windows 2012 guests. */ 1520 if (osTypeId == "Windows2012_64") 1521 InsertConfigInteger(pBiosCfg, "DmiExposeMemoryTable", 1); /* boolean */ 1517 1522 } 1518 1523 else
Note:
See TracChangeset
for help on using the changeset viewer.