VirtualBox

Changeset 77380 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Feb 20, 2019 1:40:22 PM (6 years ago)
Author:
vboxsync
Message:

VMM: Further improvments on the IEM timer polling by making it fully configurable. Sideeffect is that EMSTATE_IEM_THEN_REM has now become more accurate and will execute fewer instructions (exactly 1024 rather than up to 1023+4096) before switching to REM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/iem.h

    r76585 r77380  
    267267                                                                      const void *pvOpcodeBytes, size_t cbOpcodeBytes,
    268268                                                                      uint32_t *pcbWritten);
    269 VMMDECL(VBOXSTRICTRC)       IEMExecLots(PVMCPU pVCpu, uint32_t *pcInstructions);
     269VMMDECL(VBOXSTRICTRC)       IEMExecLots(PVMCPU pVCpu, uint32_t cMaxInstructions, uint32_t cPollRate, uint32_t *pcInstructions);
    270270/** Statistics returned by IEMExecForExits. */
    271271typedef struct IEMEXECFOREXITSTATS
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