VirtualBox

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


Ignore:
Timestamp:
Jul 10, 2013 11:20:36 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87118
Message:

VMM/HM: No TPR patching on Intel, don't log it.

File:
1 edited

Legend:

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

    r47050 r47069  
    13131313        LogRel(("HM: Ignoring VPID capabilities of CPU.\n"));
    13141314
     1315    /** TPR patching would never have worked on Intel. Leaving it here for the old
     1316     *  code's sake. See @bugref{6398}. */
     1317#ifdef VBOX_WITH_OLD_VTX_CODE
    13151318    /*
    13161319     * TPR patching status logging.
     
    13391342    }
    13401343    LogRel(("HM: TPR Patching %s.\n", (pVM->hm.s.fTRPPatchingAllowed) ? "enabled" : "disabled"));
     1344#endif
     1345
    13411346
    13421347    /*
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