VirtualBox

Changeset 107706 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jan 13, 2025 12:16:11 PM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166802
Message:

VMM/CPUM: Try consolidate the MSR_IA32_ARCH_CAPABILITIES handling in CPUM and do better sanitizing of what's exposed to the guest. [build fix] jiraref:VBP-947

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/NEMR3Native-darwin.cpp

    r107703 r107706  
    21242124 * @returns VBox status code.
    21252125 */
    2126 static int nemR3DarwinCapsInit(void)
     2126static int nemR3DarwinCapsInit(PVM pVM)
    21272127{
    21282128    RT_ZERO(g_HmMsrs);
     
    31433143    {
    31443144        /* First call initializs the MSR structure holding the capabilities of the host CPU. */
    3145         int rc = nemR3DarwinCapsInit();
     3145        int rc = nemR3DarwinCapsInit(pVM);
    31463146        AssertRCReturn(rc, rc);
    31473147
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