VirtualBox

Changeset 87357 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jan 21, 2021 7:54:04 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142338
Message:

VMM/HMSVM: Some new status codes related to some upcoming HMR0A.asm changes.

File:
1 edited

Legend:

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

    r87130 r87357  
    22302230 *  nested-guest execution mode. */
    22312231#define VINF_SVM_INTERCEPT_NOT_ACTIVE               4069
     2232/** Precodition no 0 in hmR0SvmVmRun failed. */
     2233#define VERR_SVM_VMRUN_PRECOND_0                    (-4070)
     2234/** Precodition no 1 in hmR0SvmVmRun failed. */
     2235#define VERR_SVM_VMRUN_PRECOND_1                    (-4071)
     2236/** Precodition no 2 in hmR0SvmVmRun failed. */
     2237#define VERR_SVM_VMRUN_PRECOND_2                    (-4072)
     2238/** Precodition no 3 in hmR0SvmVmRun failed. */
     2239#define VERR_SVM_VMRUN_PRECOND_3                    (-4073)
    22322240/** @} */
    22332241
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