VirtualBox

Ignore:
Timestamp:
Sep 24, 2021 1:08:32 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147033
Message:

FE/VBoxSDL+VirtualBox,Main/Console+Machine+VirtualBox.xidl: VMs which
crash while restoring from the 'Saved' state shouldn't lose their saved
state file. bugref:1484

A new machine state named 'AbortedSaved' has been added which a VM will
enter if it crashes when restoring from the 'Saved' state before the
'Running' state has been reached. A VM in the 'AbortedSaved' machine
state will have its saved state file preserved so that the VM can still be
restored once the cause of the failure to powerUp() and reach the
'Running' state has been resolved.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxModAPIMonitor.cpp

    r83798 r91363  
    137137        case MachineState_Saved:
    138138            return "saved";
     139        case MachineState_Teleported:
     140            return "teleported";
    139141        case MachineState_Aborted:
    140142            return "aborted";
    141         case MachineState_Teleported:
    142             return "teleported";
     143        case MachineState_AbortedSaved:
     144            return "aborted-saved";
    143145        case MachineState_Running:
    144146            return "running";
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