Changeset 78243 in vbox for trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
- Timestamp:
- Apr 22, 2019 10:14:27 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r78242 r78243 3138 3138 3139 3139 /* Set up MSR permissions that don't change through the lifetime of the VM. */ 3140 hmR0VmxSetupVmcsMsrPermissions(pVCpu, pVmcsInfo, false /* fIsNstGstVmcs */); 3140 if (pVmcsInfo->u32ProcCtls & VMX_PROC_CTLS_USE_MSR_BITMAPS) 3141 hmR0VmxSetupVmcsMsrPermissions(pVCpu, pVmcsInfo, false /* fIsNstGstVmcs */); 3141 3142 3142 3143 /* Set up secondary processor-based VM-execution controls if the CPU supports it. */
Note:
See TracChangeset
for help on using the changeset viewer.