VirtualBox

Changeset 19709 in vbox for trunk/src/VBox/VMM/EM.cpp


Ignore:
Timestamp:
May 14, 2009 5:59:34 PM (16 years ago)
Author:
vboxsync
Message:

TM,EM: More TM/SMP work, still stuff in progress.

File:
1 edited

Legend:

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

    r19682 r19709  
    35663566        }
    35673567
     3568        /*
     3569         * If the virtual sync clock is still stopped, make TM restart it.
     3570         */
     3571        if (VM_FF_ISPENDING(pVM, VM_FF_TM_VIRTUAL_SYNC))
     3572            TMR3VirtualSyncFF(pVM, pVCpu);
     3573
    35683574#ifdef DEBUG
    35693575        /*
     
    35763582            return VINF_EM_SUSPEND;
    35773583        }
    3578 
    35793584#endif
    3580         if (VM_FF_ISPENDING(pVM, VM_FF_TM_VIRTUAL_SYNC))
    3581         {
    3582             /** @todo FIXME */
    3583         }
    35843585
    35853586        /* check that we got them all  */
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