VirtualBox

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


Ignore:
Timestamp:
Jun 18, 2018 12:48:42 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123091
Message:

HMSVMR0.cpp: Enabled new rdtsc[p] code after limited testing. bugref:6973

File:
1 edited

Legend:

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

    r72591 r72595  
    62556255{
    62566256    HMSVM_VALIDATE_EXIT_HANDLER_PARAMS();
    6257 #if 0 /** @todo Needs testing. @bugref{6973} */
     6257#if 1 /** @todo Needs testing. @bugref{6973} */
    62586258    VBOXSTRICTRC rcStrict = IEMExecDecodedRdtsc(pVCpu, hmR0SvmGetInstrLengthHwAssist(pVCpu, pCtx, 2));
    62596259    if (rcStrict == VINF_SUCCESS)
     
    62886288{
    62896289    HMSVM_VALIDATE_EXIT_HANDLER_PARAMS();
    6290 #if 0 /** @todo Needs testing. @bugref{6973} */
     6290#if 1 /** @todo Needs testing. @bugref{6973} */
    62916291    VBOXSTRICTRC rcStrict = IEMExecDecodedRdtscp(pVCpu, hmR0SvmGetInstrLengthHwAssist(pVCpu, pCtx, 2));
    62926292    if (rcStrict == VINF_SUCCESS)
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