Changeset 57109 in vbox for trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
- Timestamp:
- Jul 28, 2015 11:50:17 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r56837 r57109 3111 3111 pVCpu->hm.s.vmx.fRestoreHostFlags |= VMX_RESTORE_HOST_SEL_TR; 3112 3112 /* If the host has made GDT read-only, we would need to temporarily toggle CR0.WP before writing the GDT. */ 3113 if (pVM->hm.s. uHostKernelFeatures & SUPKERNELFEATURES_GDT_READ_ONLY)3113 if (pVM->hm.s.fHostKernelFeatures & SUPKERNELFEATURES_GDT_READ_ONLY) 3114 3114 pVCpu->hm.s.vmx.fRestoreHostFlags |= VMX_RESTORE_HOST_GDT_READ_ONLY; 3115 3115 pVCpu->hm.s.vmx.RestoreHost.uHostSelTR = uSelTR;
Note:
See TracChangeset
for help on using the changeset viewer.