- Timestamp:
- Nov 23, 2023 6:52:21 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp
r101175 r102280 1025 1025 static const PlatformArchitecture_T aPlatformArchitectures[] = 1026 1026 { 1027 /* Currently we only support same-same architectures (host == guest). */1028 1027 #if defined(RT_ARCH_X86) || defined(RT_ARCH_AMD64) 1028 /* Currently x86 can run x86 VMs only. */ 1029 1029 PlatformArchitecture_x86 1030 1030 #elif defined(RT_ARCH_ARM32) || defined(RT_ARCH_ARM64) 1031 /* Currently ARM can run x86 emulation and if enabled ARM VMs. */ 1032 PlatformArchitecture_x86 1031 1033 # ifdef VBOX_WITH_VIRT_ARMV8 1032 PlatformArchitecture_ARM 1033 # else /* No platform supported. */ 1034 PlatformArchitecture_None: 1034 , PlatformArchitecture_ARM 1035 1035 # endif 1036 1036 #else
Note:
See TracChangeset
for help on using the changeset viewer.