VirtualBox

Changeset 23188 in vbox


Ignore:
Timestamp:
Sep 21, 2009 12:51:48 PM (15 years ago)
Author:
vboxsync
Message:

SessionMachine::EndTakingSnapshot: Don't restore the state to Running. This is a new situation for live save and will be documented / cleaned up later to avoid causing unnecessary conflicts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r23187 r23188  
    81478147     * (this is expected by Console::TakeSnapshot() and
    81488148     * Console::saveStateThread()) */
    8149     if (mSnapshotData.mLastState != Running) /** @todo Live Save: Quick hack. */
     8149    if (mSnapshotData.mLastState != MachineState_Running) /** @todo Live Save: Quick hack. */
    81508150        setMachineState(mSnapshotData.mLastState);
    81518151
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