Changeset 74375 in vbox for trunk/include/VBox
- Timestamp:
- Sep 19, 2018 5:01:28 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r74359 r74375 2207 2207 /** Whether the value of the VMX preemption timer is saved on every VM-exit. */ 2208 2208 #define VMX_EXIT_CTLS_SAVE_PREEMPT_TIMER RT_BIT(22) 2209 /** Whether IA32_BNDCFGS MSR is cleared on VM-exit. */ 2210 #define VMX_EXIT_CTLS_CLEAR_BNDCFGS_MSR RT_BIT(23) 2209 2211 /** Default1 class when true-capability MSRs are not supported. */ 2210 2212 #define VMX_EXIT_CTLS_DEFAULT1 UINT32_C(0x00036dff)
Note:
See TracChangeset
for help on using the changeset viewer.