Changeset 47320 in vbox
- Timestamp:
- Jul 22, 2013 5:29:13 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87460
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r47123 r47320 777 777 /** Memory type that must be used for the VMCS. */ 778 778 #define MSR_IA32_VMX_BASIC_INFO_VMCS_MEM_TYPE(a) (((a) >> 50) & 0xF) 779 /** Whether the processor provides additional information for exits due to INS/OUTS. */ 780 #define MSR_IA32_VMX_BASIC_INFO_VMCS_INS_OUTS(a) (((a) >> 54) & 1) 779 781 /** @} */ 780 782
Note:
See TracChangeset
for help on using the changeset viewer.