VirtualBox

Changeset 23009 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Sep 14, 2009 3:05:45 PM (15 years ago)
Author:
vboxsync
Message:

VMM: State machine adjustments. Have only received basic testing.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/types.h

    r22975 r23009  
    156156    /** The VM is being powered on */
    157157    VMSTATE_POWERING_ON,
     158    /** The VM is being resumed. */
     159    VMSTATE_RESUMING,
    158160    /** The VM is runnning. */
    159161    VMSTATE_RUNNING,
     
    187189    /** The VM is switched off, awaiting destruction. */
    188190    VMSTATE_OFF,
     191    /** Live save: Waiting for cancellation and transition to VMSTATE_OFF. */
     192    VMSTATE_OFF_LS,
    189193    /** The VM is powered off because of a fatal error. */
    190194    VMSTATE_FATAL_ERROR,
  • trunk/include/VBox/vm.h

    r22893 r23009  
    678678    /** The state of the VM.
    679679     * This field is read only to everyone except the VM and EM. */
    680     VMSTATE                     enmVMState;
     680    VMSTATE volatile            enmVMState;
    681681    /** Forced action flags.
    682682     * See the VM_FF_* \#defines. Updated atomically.
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