VirtualBox

Changeset 87819 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Feb 20, 2021 10:24:03 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142880
Message:

VMM: Disabled the EMT yield timer as it is out dated (multi core CPUs) and will be pointless when timers move off the EMTs. bugref:9943

File:
1 edited

Legend:

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

    r87766 r87819  
    192192    bool                        afPadding0[7];
    193193
     194#if 0 /* pointless when timers doesn't run on EMT */
    194195    /** The EMT yield timer. */
    195196    TMTIMERHANDLE               hYieldTimer;
     
    201202    /** The timestamp of the previous yield. (nano) */
    202203    uint64_t                    u64LastYield;
     204#endif
    203205
    204206    /** @name EMT Rendezvous
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