Changeset 57514 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Aug 24, 2015 3:52:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r57477 r57514 173 173 /** Invalid unrestricted-guest execution controls combo. */ 174 174 #define VMX_UFC_INVALID_UX_COMBO 9 175 /** EPT flush type not supported. */ 176 #define VMX_UFC_EPT_FLUSH_TYPE_UNSUPPORTED 10 177 /** EPT paging structure memory type is not write-back. */ 178 #define VMX_UFC_EPT_MEM_TYPE_NOT_WB 11 179 /** EPT requires INVEPT instr. support but it's not available. */ 180 #define VMX_UFC_EPT_INVEPT_UNAVAILABLE 12 181 /** EPT requires page-walk length of 4. */ 182 #define VMX_UFC_EPT_PAGE_WALK_LENGTH_UNSUPPORTED 13 175 183 /** @} */ 176 184
Note:
See TracChangeset
for help on using the changeset viewer.