Changeset 64090 in vbox for trunk/include/VBox/vmm/hm_vmx.h
- Timestamp:
- Sep 29, 2016 12:49:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r64089 r64090 1110 1110 #define MSR_IA32_VMX_BASIC_INFO_VMCS_INS_OUTS(a) RT_BOOL((a) & RT_BIT_64(54)) 1111 1111 /** Whether default 1 bits in control MSRs (pin/proc/exit/entry) may be 1112 * cleared to 0 and that 'true' control MSRs are supported. */ */1112 * cleared to 0 and that 'true' control MSRs are supported. */ 1113 1113 #define MSR_IA32_VMX_BASIC_INFO_TRUE_CONTROLS(a) RT_BOOL((a) & RT_BIT_64(55)) 1114 1114 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.