VirtualBox

Changeset 23042 in vbox for trunk/src


Ignore:
Timestamp:
Sep 15, 2009 8:19:17 PM (15 years ago)
Author:
vboxsync
Message:

VM.cpp: Note about ResetLS/ResettingLS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VM.cpp

    r23037 r23042  
    14681468            rc = rc2;
    14691469    }
     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. */
    14701481    return rc;
    14711482}
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