VirtualBox

Changeset 38614 in vbox


Ignore:
Timestamp:
Sep 2, 2011 12:33:03 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
73820
Message:

doxygen bugs.

File:
1 edited

Legend:

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

    r35346 r38614  
    12331233    bool fSuspended = false;
    12341234
    1235     /** We don't call VMR3Suspend here to avoid the overhead of state changes and notifications. This
    1236      *  is only a short suspend.
     1235    /* We don't call VMR3Suspend here to avoid the overhead of state changes and notifications. This
     1236     * is only a short suspend.
    12371237     */
    12381238    STAM_PROFILE_START(&pVM->ftm.s.StatCheckpointPause, a);
    12391239    PDMR3Suspend(pVM);
    12401240
    1241     /** Hack alert: as EM is responsible for dealing with the suspend state. We must do this here ourselves, but only for this EMT.*/
     1241    /* Hack alert: as EM is responsible for dealing with the suspend state. We must do this here ourselves, but only for this EMT.*/
    12421242    EMR3NotifySuspend(pVM);
    12431243    STAM_PROFILE_STOP(&pVM->ftm.s.StatCheckpointPause, a);
     
    12711271    AssertRC(rc);
    12721272
    1273     /** We don't call VMR3Resume here to avoid the overhead of state changes and notifications. This
    1274      *  is only a short suspend.
     1273    /* We don't call VMR3Resume here to avoid the overhead of state changes and notifications. This
     1274     * is only a short suspend.
    12751275     */
    12761276    STAM_PROFILE_START(&pVM->ftm.s.StatCheckpointResume, b);
     
    12781278    PDMR3Resume(pVM);
    12791279
    1280     /** Hack alert as EM is responsible for dealing with the suspend state. We must do this here ourselves, but only for this EMT.*/
     1280    /* Hack alert as EM is responsible for dealing with the suspend state. We must do this here ourselves, but only for this EMT.*/
    12811281    EMR3NotifyResume(pVM);
    12821282    STAM_PROFILE_STOP(&pVM->ftm.s.StatCheckpointResume, b);
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