Changeset 101069 in vbox
- Timestamp:
- Sep 8, 2023 2:38:23 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
r101035 r101069 2125 2125 aSettingsFile.c_str(), aName.c_str(), aArchitecture, aOsTypeId.c_str(), aFlags.c_str())); 2126 2126 2127 #if 1 2128 /** 2129 * We only allow same-same platform architectures (x86 VMs for x86 hosts, for instance) for now. 2130 * 2131 * This might change in the future, but for now we simply overwrite the architecture the caller handed-in 2132 * with the host architecture. 2133 */ 2134 aArchitecture = PlatformProperties::s_getHostPlatformArchitecture(); 2135 # ifdef DEBUG_andy 2136 aArchitecture = PlatformArchitecture_ARM; /** Testing stuff. */ 2137 # endif 2138 #endif 2139 2127 2140 StringsList llGroups; 2128 2141 HRESULT hrc = i_convertMachineGroups(aGroups, &llGroups);
Note:
See TracChangeset
for help on using the changeset viewer.