VirtualBox

Changeset 87821 in vbox


Ignore:
Timestamp:
Feb 20, 2021 10:26:21 AM (4 years ago)
Author:
vboxsync
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. [build fix] bugref:9943

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/VMM.cpp

    r87819 r87821  
    169169static DECLCALLBACK(int)    vmmR3Save(PVM pVM, PSSMHANDLE pSSM);
    170170static DECLCALLBACK(int)    vmmR3Load(PVM pVM, PSSMHANDLE pSSM, uint32_t uVersion, uint32_t uPass);
     171#if 0 /* pointless when timers doesn't run on EMT */
    171172static DECLCALLBACK(void)   vmmR3YieldEMT(PVM pVM, TMTIMERHANDLE hTimer, void *pvUser);
     173#endif
    172174static VBOXSTRICTRC         vmmR3EmtRendezvousCommon(PVM pVM, PVMCPU pVCpu, bool fIsCaller,
    173175                                                     uint32_t fFlags, PFNVMMEMTRENDEZVOUS pfnRendezvous, void *pvUser);
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