VirtualBox

Changeset 107650 in vbox for trunk/src/VBox/VMM/Makefile.kmk


Ignore:
Timestamp:
Jan 10, 2025 1:42:28 PM (8 days ago)
Author:
vboxsync
Message:

VMM/CPUM,++: Made the HostFeatures match the host when targeting x86 guests on arm64 hosts. Merged and deduplicated code targeting x86 & amd64. jiraref:VBP-1470

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/Makefile.kmk

    r107308 r107650  
    416416        VMMR3/CPUM-armv8.cpp \
    417417        VMMR3/CPUMDbg-armv8.cpp \
     418        VMMAll/CPUMAllCpuId.cpp \
    418419        VMMR3/CPUMR3CpuId-armv8.cpp \
    419420        VMMR3/CPUMR3Db-armv8.cpp \
     
    10741075 ##
    10751076 # Turn the header $2 into the DTrace library script $1.
     1077 # @todo ARM: this needs adjusting for the non-native VBoxVMM variant!
    10761078 #
    10771079 define def_vmm_lib_dtrace_preprocess
     
    10831085                -D VBOX_FOR_DTRACE_LIB \
    10841086                -D VBOX_FOR_DTRACE_LIB_$(toupper $(KBUILD_TARGET_ARCH)) \
     1087                -D $(if-expr "$(KBUILD_TARGET_ARCH)" == "amd64",VBOX_VMM_TARGET_X86,VBOX_VMM_TARGET_ARMV8) \
    10851088                -D IN_RING0 \
    10861089                -D RT_C_DECLS_BEGIN= \
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