Changeset 51220 in vbox for trunk/include
- Timestamp:
- May 9, 2014 1:51:16 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r51182 r51220 1941 1941 /** Internal VMX processing error no 1. */ 1942 1942 #define VERR_HMVMX_IPE_1 (-4023) 1943 /** Internal VMX processing error no 1. */1943 /** Internal VMX processing error no 2. */ 1944 1944 #define VERR_HMVMX_IPE_2 (-4024) 1945 /** Internal VMX processing error no 1. */1945 /** Internal VMX processing error no 3. */ 1946 1946 #define VERR_HMVMX_IPE_3 (-4025) 1947 /** Internal VMX processing error no 1. */1947 /** Internal VMX processing error no 4. */ 1948 1948 #define VERR_HMVMX_IPE_4 (-4026) 1949 /** Internal VMX processing error no 1. */1949 /** Internal VMX processing error no 5. */ 1950 1950 #define VERR_HMVMX_IPE_5 (-4027) 1951 1951 /** VT-x features for all modes (SMX and non-SMX) disabled by the BIOS. */ … … 1953 1953 /** VT-x features disabled by the BIOS. */ 1954 1954 #define VERR_VMX_MSR_VMXON_DISABLED (-4029) 1955 /** VM-Entry Controls internal cache invalid. */ 1956 #define VERR_VMX_ENTRY_CTLS_CACHE_INVALID (-4030) 1957 /** VM-Exit Controls internal cache invalid. */ 1958 #define VERR_VMX_EXIT_CTLS_CACHE_INVALID (-4031) 1959 /** VM-Execution Pin-based Controls internal cache invalid. */ 1960 #define VERR_VMX_PIN_EXEC_CTLS_CACHE_INVALID (-4032) 1961 /** VM-Execution Primary Processor-based Controls internal cache 1962 * invalid. */ 1963 #define VERR_VMX_PROC_EXEC_CTLS_CACHE_INVALID (-4033) 1964 /** VM-Execution Secondary Processor-based Controls internal 1965 * cache invalid. */ 1966 #define VERR_VMX_PROC_EXEC2_CTLS_CACHE_INVALID (-4034) 1955 1967 /** @} */ 1956 1968
Note:
See TracChangeset
for help on using the changeset viewer.