VirtualBox

Changeset 107116 in vbox


Ignore:
Timestamp:
Nov 22, 2024 11:16:37 AM (8 weeks ago)
Author:
vboxsync
Message:

/Config.kmk,Main: Added VBOX_WITH_X86_ON_ARM_ENABLED to the build system so the feature can be enabled via LocalConfig.kmk. jiraref:VBP-1466

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r107114 r107116  
    572572 VBOX_WITH_VIRT_ARMV8 = 1
    573573endif
     574# Makes x86 emulation on ARM hosts available in the GUI.
     575if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), )
     576 VBOX_WITH_X86_ON_ARM_ENABLED = 1
     577endif
     578
    574579if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), linux.amd64)
    575580 ifdef VBOX_WITH_R0_MODULES
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r106077 r107116  
    565565        {
    566566            case PlatformArchitecture_x86:
    567 #ifdef VBOX_WITH_VIRT_ARMV8
     567#if !defined(RT_ARCH_AMD64) && !defined(VBOX_WITH_X86_ON_ARM_ENABLED)
    568568                {
    569569                    ComPtr<IVirtualBox> pVirtualBox;
  • trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp

    r106061 r107116  
    10391039    RT_CPP_VECTOR_ASSIGN_ARRAY(aSupportedPlatformArchitectures, s_aPlatformArchitectures);
    10401040
    1041 #ifdef VBOX_WITH_VIRT_ARMV8
     1041#if !defined(RT_ARCH_AMD64) && !defined(VBOX_WITH_X86_ON_ARM_ENABLED)
    10421042    Bstr bstrEnableX86OnArm;
    10431043    HRESULT hrc = mParent->GetExtraData(Bstr("VBoxInternal2/EnableX86OnArm").raw(), bstrEnableX86OnArm.asOutParam());
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