Changeset 47999 in vbox for trunk/include/VBox
- Timestamp:
- Aug 22, 2013 4:03:03 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88324
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r47760 r47999 94 94 AssertCompileSize(VMXRESTOREHOST, 56); 95 95 96 /** @name VMX HM-error codes for VERR_HM_UNSUPPORTED_CPU_FEATURE_COMBO. 97 * UFC = Unsupported Feature Combination. 98 * @{ 99 */ 100 /** Unsupported pin-based VM-execution controls combo. */ 101 #define VMX_UFC_CTRL_PIN_EXEC 0 102 /** Unsupported processor-based VM-execution controls combo. */ 103 #define VMX_UFC_CTRL_PROC_EXEC 1 104 /** Unsupported pin-based VM-execution controls combo. */ 105 #define VMX_UFC_CTRL_PROC_MOV_DRX_EXIT 2 106 /** Unsupported VM-entry controls combo. */ 107 #define VMX_UFC_CTRL_ENTRY 3 108 /** Unsupported VM-exit controls combo. */ 109 #define VMX_UFC_CTRL_EXIT 4 110 /** MSR storage capacity of the VMCS autoload/store area is not sufficient 111 * for storing host MSRs. */ 112 #define VMX_UFC_INSUFFICIENT_HOST_MSR_STORAGE 5 113 /** MSR storage capacity of the VMCS autoload/store area is not sufficient 114 * for storing guest MSRs. */ 115 #define VMX_UFC_INSUFFICIENT_GUEST_MSR_STORAGE 6 116 /** @} */ 117 96 118 /** @name VMX HM-error codes for VERR_VMX_INVALID_GUEST_STATE. 119 * IGS = Invalid Guest State. 97 120 * @{ 98 121 */
Note:
See TracChangeset
for help on using the changeset viewer.