VirtualBox

Changeset 102280 in vbox for trunk


Ignore:
Timestamp:
Nov 23, 2023 6:52:21 PM (15 months ago)
Author:
vboxsync
Message:

Main: For ARM there's also x86 emulation in SystemProperties::getSupportedPlatformArchitectures(). bugref:10384

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp

    r101175 r102280  
    10251025    static const PlatformArchitecture_T aPlatformArchitectures[] =
    10261026    {
    1027         /* Currently we only support same-same architectures (host == guest). */
    10281027#if   defined(RT_ARCH_X86)   || defined(RT_ARCH_AMD64)
     1028        /* Currently x86 can run x86 VMs only. */
    10291029        PlatformArchitecture_x86
    10301030#elif defined(RT_ARCH_ARM32) || defined(RT_ARCH_ARM64)
     1031        /* Currently ARM can run x86 emulation and if enabled ARM VMs. */
     1032        PlatformArchitecture_x86
    10311033# ifdef VBOX_WITH_VIRT_ARMV8
    1032         PlatformArchitecture_ARM
    1033 # else /* No platform supported. */
    1034         PlatformArchitecture_None:
     1034        , PlatformArchitecture_ARM
    10351035# endif
    10361036#else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette