- Timestamp:
- Sep 15, 2009 8:19:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VM.cpp
r23037 r23042 1468 1468 rc = rc2; 1469 1469 } 1470 /** @todo VMR3Reset during live save (ResetLS, ResettingLS) needs to be 1471 * redone. We should suspend the VM after resetting the state, not 1472 * cancelling the save operation. In the live migration scenario we 1473 * would already have transfered most of the state and the little that 1474 * remains after a reset isn't going to be very big and it's not worth 1475 * making special paths for this. In the live snapshot case, there 1476 * would be a gain in that we wouldn't require a potentially large saved 1477 * state file. But that could be handled on VMR3Save return and size 1478 * shouldn't matter much as already mentioned.. 1479 * 1480 * Will address this tomorrow. */ 1470 1481 return rc; 1471 1482 }
Note:
See TracChangeset
for help on using the changeset viewer.