VirtualBox

Changeset 93292 in vbox


Ignore:
Timestamp:
Jan 18, 2022 7:41:02 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
149360
Message:

VMM: Nested VMX: bugref:10092 Fix typo in constructing true VM-exit controls MSR.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUM.cpp

    r93266 r93292  
    14321432            uint32_t const fTrueAllowed0 = VMX_EXIT_CTLS_DEFAULT1 & ~VMX_BF_EXIT_CTLS_SAVE_DEBUG_MASK;
    14331433            uint32_t const fTrueAllowed1 = fFeatures | fTrueAllowed0;
    1434             pGuestVmxMsrs->TrueEntryCtls.u = RT_MAKE_U64(fTrueAllowed0, fTrueAllowed1);
     1434            pGuestVmxMsrs->TrueExitCtls.u = RT_MAKE_U64(fTrueAllowed0, fTrueAllowed1);
    14351435        }
    14361436    }
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