Changeset 73389 in vbox for trunk/include/VBox/err.h
- Timestamp:
- Jul 28, 2018 7:03:03 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r73324 r73389 657 657 /** Invalid/unsupported nested hardware virtualization configuration. */ 658 658 #define VERR_CPUM_INVALID_HWVIRT_CONFIG (-1767) 659 /** Invalid nested hardware virtualization feature combination. */ 660 #define VERR_CPUM_INVALID_HWVIRT_FEAT_COMBO (-1768) 659 661 /** @} */ 660 662 … … 2050 2052 /** Unable to switch due to invalid host state. */ 2051 2053 #define VERR_VMX_INVALID_HOST_STATE (-4006) 2052 /** IA32_FEATURE_CONTROL MSR not setup correcty (turn on VMX in the host system BIOS) */ 2053 #define VERR_VMX_ILLEGAL_FEATURE_CONTROL_MSR (-4007) 2054 /** Invalid CPU mode for VMX execution. */ 2055 #define VERR_VMX_UNSUPPORTED_MODE (-4008) 2056 /** VMX CPU extension not available */ 2054 /** VMX CPU extension not available in hardware. */ 2057 2055 #define VERR_VMX_NO_VMX (-4009) 2056 /** VMX CPU extension not supported as something went wrong during init. */ 2057 #define VERR_VMX_NOT_SUPPORTED (-4010) 2058 2058 /** CPU was incorrectly left in VMX root mode; incompatible with VirtualBox */ 2059 2059 #define VERR_VMX_IN_VMX_ROOT_MODE (-4011)
Note:
See TracChangeset
for help on using the changeset viewer.