VirtualBox

Ignore:
Timestamp:
Jun 27, 2023 10:25:44 PM (18 months ago)
Author:
vboxsync
Message:

VMM/IEM: Added missing VM_FF checks and timer polling (TMTimerPollBool) to the IEMExecRecompilerThreaded loop. This fixes slow interrupt deliver and whatnot. bugref:10369

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IEMInternal.h

    r100277 r100305  
    10121012    /** Statistics: Number of TB lookup hits (debug only). */
    10131013    uint64_t                cTbLookupHits;
     1014    /** Number of TBs executed. */
     1015    uint64_t                cTbExec;
    10141016    /** Whether to end the current TB. */
    10151017    bool                    fEndTb;
    10161018    /** Spaced reserved for recompiler data / alignment. */
    10171019    bool                    afRecompilerStuff1[7];
    1018     /** Spaced reserved for recompiler data / alignment. */
    1019     uint64_t                auRecompilerStuff2[1];
    10201020    /** @} */
    10211021
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