VirtualBox

Changeset 101048 in vbox


Ignore:
Timestamp:
Sep 7, 2023 12:03:47 PM (15 months ago)
Author:
vboxsync
Message:

Main/Platform: We only support ARM VMs on ARM hosts for now. Remove this limitation once we have support for FE/Qt and x86-on-ARM support. bugref:10384

File:
1 edited

Legend:

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

    r101047 r101048  
    672672    HRESULT hrc = S_OK;
    673673
     674     /** @todo BUGBUG We only support ARM VMs on ARM hosts for now.
     675      *               Remove this limitation once we have support for FE/Qt and x86-on-ARM support. */
     676#if defined(RT_ARCH_ARM32) || defined(RT_ARCH_ARM64)
     677    m->bd->architectureType = PlatformArchitecture_ARM;
     678#else
    674679    m->bd->architectureType = aArchitecture;
     680#endif
    675681
    676682    /* Currently we only keep the current platform-specific object around,
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