VirtualBox

Changeset 51757 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 30, 2014 6:19:51 AM (10 years ago)
Author:
vboxsync
Message:

VMM: Change error codes to be consistent.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r51643 r51757  
    19421942#define VERR_VMX_INVALID_VMCS_PTR_TO_START_VM       (-4022)
    19431943/** Internal VMX processing error no 1. */
    1944 #define VERR_HMVMX_IPE_1                            (-4023)
     1944#define VERR_VMX_IPE_1                              (-4023)
    19451945/** Internal VMX processing error no 2. */
    1946 #define VERR_HMVMX_IPE_2                            (-4024)
     1946#define VERR_VMX_IPE_2                              (-4024)
    19471947/** Internal VMX processing error no 3. */
    1948 #define VERR_HMVMX_IPE_3                            (-4025)
     1948#define VERR_VMX_IPE_3                              (-4025)
    19491949/** Internal VMX processing error no 4. */
    1950 #define VERR_HMVMX_IPE_4                            (-4026)
     1950#define VERR_VMX_IPE_4                              (-4026)
    19511951/** Internal VMX processing error no 5. */
    1952 #define VERR_HMVMX_IPE_5                            (-4027)
     1952#define VERR_VMX_IPE_5                              (-4027)
    19531953/** VT-x features for all modes (SMX and non-SMX) disabled by the BIOS. */
    19541954#define VERR_VMX_MSR_ALL_VMXON_DISABLED             (-4028)
  • trunk/include/VBox/err.mac

    r50255 r51757  
    719719%define VERR_VMX_VMPTRLD_FAILED    (-4021)
    720720%define VERR_VMX_INVALID_VMCS_PTR_TO_START_VM    (-4022)
    721 %define VERR_HMVMX_IPE_1    (-4023)
    722 %define VERR_HMVMX_IPE_2    (-4024)
    723 %define VERR_HMVMX_IPE_3    (-4025)
    724 %define VERR_HMVMX_IPE_4    (-4026)
    725 %define VERR_HMVMX_IPE_5    (-4027)
     721%define VERR_VMX_IPE_1    (-4023)
     722%define VERR_VMX_IPE_2    (-4024)
     723%define VERR_VMX_IPE_3    (-4025)
     724%define VERR_VMX_IPE_4    (-4026)
     725%define VERR_VMX_IPE_5    (-4027)
    726726%define VERR_VMX_MSR_SMX_VMXON_DISABLED    (-4028)
    727727%define VERR_VMX_MSR_VMXON_DISABLED    (-4029)
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