VirtualBox

Changeset 101229 in vbox for trunk


Ignore:
Timestamp:
Sep 21, 2023 8:16:28 PM (19 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159212
Message:

/Config.kmk,VMM: Enable the recompiler (threaded only) on arm64 by default for the x86 VMM build. bugref:10370

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r101214 r101229  
    521521if1of ($(KBUILD_TARGET_ARCH), arm64)
    522522 VBOX_WITH_IEM_TLB := 1
     523endif
     524# Enable the IEM recompiler of x86 code.
     525if1of ($(KBUILD_TARGET_ARCH), arm64)
     526 VBOX_WITH_IEM_RECOMPILER := 1
    523527endif
    524528# Enable native NEM on windows and macOS.
  • trunk/src/VBox/VMM/Makefile.kmk

    r101163 r101229  
    343343 VBoxVMMArm_SONAME.linux = VBoxVMMArm.so
    344344
    345  VBoxVMMArm_DEFS     = VBOX_VMM_TARGET_ARMV8 VBOX_IN_VMM IN_VMM_R3 IN_DIS IN_DBG $(VMM_COMMON_DEFS)
     345 VBoxVMMArm_DEFS     = VBOX_VMM_TARGET_ARMV8 VBOX_IN_VMM IN_VMM_R3 IN_DIS IN_DBG \
     346        $(filter-out VBOX_WITH_IEM_RECOMPILER VBOX_WITH_IEM_NATIVE_RECOMPILER,$(VMM_COMMON_DEFS))
    346347 ifdef VBOX_WITH_VUSB
    347348  VBoxVMMArm_DEFS   += VBOX_WITH_USB
Note: See TracChangeset for help on using the changeset viewer.

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