VirtualBox

Changeset 24938 in vbox for trunk/include


Ignore:
Timestamp:
Nov 25, 2009 11:04:36 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
55228
Message:

EM: VINF_EM_SUSPEND should have higher priority than VINF_EM_RESET since EMR3Reset takes care of the important work now.

File:
1 edited

Legend:

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

    r24618 r24938  
    126126 * exit to the VM awaiting the destruction request. */
    127127#define VINF_EM_OFF                         1109
     128/** Indicating that the VM has been suspended and that the the thread
     129 * should wait for request telling it what to do next. */
     130#define VINF_EM_SUSPEND                     1110
    128131/** Indicating that the VM has been reset and that scheduling goes
    129132 * back to startup defaults. */
    130 #define VINF_EM_RESET                       1110
    131 /** Indicating that the VM has been suspended and that the the thread
    132  * should wait for request telling it what to do next. */
    133 #define VINF_EM_SUSPEND                     1111
     133#define VINF_EM_RESET                       1111
    134134/** Indicating that the VM has executed a halt instruction and that
    135135 * the emulation thread should wait for an interrupt before resuming
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