Changeset 51757 in vbox for trunk/include/VBox
- Timestamp:
- Jun 30, 2014 6:19:51 AM (10 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r51643 r51757 1942 1942 #define VERR_VMX_INVALID_VMCS_PTR_TO_START_VM (-4022) 1943 1943 /** Internal VMX processing error no 1. */ 1944 #define VERR_ HMVMX_IPE_1(-4023)1944 #define VERR_VMX_IPE_1 (-4023) 1945 1945 /** Internal VMX processing error no 2. */ 1946 #define VERR_ HMVMX_IPE_2(-4024)1946 #define VERR_VMX_IPE_2 (-4024) 1947 1947 /** Internal VMX processing error no 3. */ 1948 #define VERR_ HMVMX_IPE_3(-4025)1948 #define VERR_VMX_IPE_3 (-4025) 1949 1949 /** Internal VMX processing error no 4. */ 1950 #define VERR_ HMVMX_IPE_4(-4026)1950 #define VERR_VMX_IPE_4 (-4026) 1951 1951 /** Internal VMX processing error no 5. */ 1952 #define VERR_ HMVMX_IPE_5(-4027)1952 #define VERR_VMX_IPE_5 (-4027) 1953 1953 /** VT-x features for all modes (SMX and non-SMX) disabled by the BIOS. */ 1954 1954 #define VERR_VMX_MSR_ALL_VMXON_DISABLED (-4028) -
trunk/include/VBox/err.mac
r50255 r51757 719 719 %define VERR_VMX_VMPTRLD_FAILED (-4021) 720 720 %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) 726 726 %define VERR_VMX_MSR_SMX_VMXON_DISABLED (-4028) 727 727 %define VERR_VMX_MSR_VMXON_DISABLED (-4029)
Note:
See TracChangeset
for help on using the changeset viewer.