VirtualBox

Changeset 14570 in vbox for trunk/src


Ignore:
Timestamp:
Nov 25, 2008 1:09:30 PM (16 years ago)
Author:
vboxsync
Message:

Reschedule right away to start in the right state. Gets rid of lost interrupts when restoring hwaccm enabled states

File:
1 edited

Legend:

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

    r14279 r14570  
    33253325         */
    33263326        bool fFFDone = false;
    3327         rc = VINF_EM_RESCHEDULE;
    3328         pVM->em.s.enmState = EMSTATE_REM;
     3327
     3328        /* Reschedule right away to start in the right state. */
     3329        rc = VINF_SUCCESS;
     3330        pVM->em.s.enmState = emR3Reschedule(pVM, pVM->em.s.pCtx);
     3331
    33293332        STAM_REL_PROFILE_ADV_START(&pVM->em.s.StatTotal, x);
    33303333        for (;;)
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