Changeset 107447 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 7, 2025 8:42:50 AM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 166500
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r107438 r107447 1836 1836 { 1837 1837 vsdData = aVBoxValues[0]; 1838 memoryInBytes = RT_MIN((uint64_t)(RT_MAX(vsdData.toUInt64(), (uint64_t)MM_RAM_MIN)), MM_RAM_MAX); 1838 1839 uint64_t cbRam = vsdData.toUInt64(); 1840 memoryInBytes = RT_CLAMP(cbRam, (uint64_t)MM_RAM_MIN, (uint64_t)MM_RAM_MAX); 1839 1841 } 1840 1842 //and set in ovf::VirtualSystem in bytes
Note:
See TracChangeset
for help on using the changeset viewer.