VirtualBox

Changeset 87933 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Mar 3, 2021 10:23:22 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
143023
Message:

VMM/HM: Todo, nits.

Location:
trunk/src/VBox/VMM/VMMR0
Files:
2 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++)
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