Changeset 23698 in vbox for trunk/src/VBox/Main
- Timestamp:
- Oct 12, 2009 2:07:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl-LiveMigration.cpp
r23692 r23698 629 629 case VMSTATE_SUSPENDING_EXT_LS: 630 630 pState->mptrConsole->setMachineState(MachineState_Paused); 631 pState->mptrConsole->Resume(); /** @todo somehow make the VMM report back external pause even on error. */ 632 autoLock.unlock(); 631 633 break; 632 634 }
Note:
See TracChangeset
for help on using the changeset viewer.