VirtualBox

Changeset 101105 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Sep 13, 2023 12:09:36 PM (16 months ago)
Author:
vboxsync
Message:

VMM: Started implemented the CPU ID parsing and overriding bits as well as logging host and guest CPU features, bugref:10525 [fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId-armv8.cpp

    r101103 r101105  
    231231        && (enmConfig) != CPUMISAEXTCFG_ENABLED_PORTABLE ) \
    232232    { \
    233         LogRel(("PortableCpuId: " #a_pLeafReg "[" #FeatNm "]: 1 -> 0\n")); \
     233        LogRel(("PortableCpuId: " #a_pLeafReg "[" #a_FeatNm "]: 1 -> 0\n")); \
    234234        (a_IdReg) = RT_BF_SET(a_IdReg, a_FeatNm, a_IdRegValNotSup); \
    235235    }
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