VirtualBox

Changeset 22915 in vbox for trunk/include


Ignore:
Timestamp:
Sep 10, 2009 1:43:25 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
52177
Message:

VMM: some state stuff (work in progress, back out on bustage).

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r22578 r22915  
    152152    /** The VM is created. */
    153153    VMSTATE_CREATED,
     154    /** The VM state is being loaded from file. */
     155    VMSTATE_LOADING,
    154156    /** The VM is runnning. */
    155157    VMSTATE_RUNNING,
    156     /** The VM state is being loaded from file. */
    157     VMSTATE_LOADING,
     158    /** Live save: The VM is running and the state is being saved. */
     159    VMSTATE_LS_RUNNING,
     160    /** The VM is being reset. */
     161    VMSTATE_RESETTING,
     162    /** Live save: The VM is being reset, suspended, and awaiting cancellation
     163     * of the live save operation. */
     164    VMSTATE_LS_RESETTING,
     165    /** The VM is suspended. */
     166    VMSTATE_SUSPENDED,
     167    /** Live save: The VM has been suspended and is av
     168     * the live save operation. */
     169    VMSTATE_LS_SUSPENDING,
     170    /** The VM is suspended and its state is being saved by EMT(0). */
     171    VMSTATE_SAVING,
     172    /** Live save: The VM is suspended and its state is being saved by EMT(0). */
     173    VMSTATE_LS_SAVING,
     174    /** Live save: The VM is being powered off and the save cancelled. */
     175    VMSTATE_LS_POWERING_OFF,
     176    /** The VM is suspended because of a fatal error. */
     177    VMSTATE_FATAL_ERROR,
     178    /** Live save: Waiting for cancellation and transition to FatalError. */
     179    VMSTATE_LS_FATAL_ERROR,
     180    /** The VM is in guru meditation over a fatal failure. */
     181    VMSTATE_GURU_MEDITATION,
     182    /** Live save: Waiting for cancellation and transition to GuruMeditation. */
     183    VMSTATE_LS_GURU_MEDIATION,
    158184    /** The VM is screwed because of a failed state loading. */
    159185    VMSTATE_LOAD_FAILURE,
    160     /** The VM state is being saved to file. */
    161     VMSTATE_SAVING,
    162     /** The VM is suspended. */
    163     VMSTATE_SUSPENDED,
    164     /** The VM is being reset. */
    165     VMSTATE_RESETTING,
    166     /** The VM is in guru meditation over a fatal failure. */
    167     VMSTATE_GURU_MEDITATION,
    168186    /** The VM is switched off, awaiting destruction. */
    169187    VMSTATE_OFF,
  • trunk/include/VBox/vmapi.h

    r22890 r22915  
    352352VMMR3DECL(int)  VMR3PowerOn(PVM pVM);
    353353VMMR3DECL(int)  VMR3Suspend(PVM pVM);
    354 VMMR3DECL(int)  VMR3SuspendNoSave(PVM pVM);
    355354VMMR3DECL(int)  VMR3Resume(PVM pVM);
    356355VMMR3DECL(int)  VMR3Reset(PVM pVM);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette