VirtualBox

Changeset 72657 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jun 22, 2018 11:05:11 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123168
Message:

EM: Make the EMHistoryExec parameters adjustable. bugref:9198

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r72655 r72657  
    472472            VBOXSTRICTRC rcStrict = IEMExecForExits(pVCpu, fWillExit,
    473473                                                    pExitRec->cMaxInstructionsWithoutExit /* cMinInstructions*/,
    474                                                     4096 /*cMaxInstructions*/,
     474                                                    pVCpu->em.s.cHistoryExecMaxInstructions,
    475475                                                    pExitRec->cMaxInstructionsWithoutExit,
    476476                                                    &ExecStats);
     
    494494            PEMEXITREC   pExitRecUnconst = (PEMEXITREC)pExitRec;
    495495            VBOXSTRICTRC rcStrict = IEMExecForExits(pVCpu, fWillExit,
    496                                                     64 /*cMinInstructions*/,
    497                                                     4096 /*cMaxInstructions*/,
    498                                                     32 /*cMaxInstructionsWithoutExit*/,
     496                                                    pVCpu->em.s.cHistoryProbeMinInstructions,
     497                                                    pVCpu->em.s.cHistoryExecMaxInstructions,
     498                                                    pVCpu->em.s.cHistoryProbeMaxInstructionsWithoutExit,
    499499                                                    &ExecStats);
    500500            LogFlow(("EMHistoryExec/EXEC_PROBE: %Rrc cExits=%u cMaxExitDistance=%u cInstructions=%u\n",
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