VirtualBox

Changeset 23698 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Oct 12, 2009 2:07:52 PM (15 years ago)
Author:
vboxsync
Message:

Main/LiveMigration: Resume the source VM if the migration failed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl-LiveMigration.cpp

    r23692 r23698  
    629629                case VMSTATE_SUSPENDING_EXT_LS:
    630630                    pState->mptrConsole->setMachineState(MachineState_Paused);
     631                    pState->mptrConsole->Resume(); /** @todo somehow make the VMM report back external pause even on error. */
     632                    autoLock.unlock();
    631633                    break;
    632634            }
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