VirtualBox

Changeset 87933 in vbox


Ignore:
Timestamp:
Mar 3, 2021 10:23:22 AM (4 years ago)
Author:
vboxsync
Message:

VMM/HM: Todo, nits.

Location:
trunk/src/VBox/VMM
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r87928 r87933  
    42644264    {
    42654265        /** @todo We could perhaps optimize this by monitoring if the guest modifies its
    4266          *        MSRPM and only perform this if it changed? */
     4266         *        MSRPM and only perform this if it changed also use EVEX.POR when it
     4267         *        does. */
    42674268        hmR0SvmMergeMsrpmNested(pHostCpu, pVCpu);
    42684269
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r87882 r87933  
    1040310403        Assert(pu64MsrBitmapGst);
    1040410404
     10405        /** @todo Detect and use EVEX.POR? */
    1040510406        uint32_t const cFrags = cbMsrBitmap / sizeof(uint64_t);
    1040610407        for (uint32_t i = 0; i < cFrags; i++)
  • trunk/src/VBox/VMM/include/HMInternal.h

    r87754 r87933  
    14851485
    14861486/** @name HM_WSF_XXX - @bugref{9453}, @bugref{9087}
     1487 *  @note If you change these values don't forget to update the assembly
     1488 *       defines as well!
    14871489 * @{ */
    14881490/** Touch IA32_PRED_CMD.IBPB on VM exit.   */
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