Changeset 78679 in vbox for trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
- Timestamp:
- May 23, 2019 4:32:11 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r78657 r78679 3031 3031 3032 3032 /* Enable Pause-Loop exiting. */ 3033 if ( pVM->hm.s.vmx.Msrs.ProcCtls2.n.allowed1 & VMX_PROC_CTLS2_PAUSE_LOOP_EXIT3033 if ( (pVM->hm.s.vmx.Msrs.ProcCtls2.n.allowed1 & VMX_PROC_CTLS2_PAUSE_LOOP_EXIT) 3034 3034 && pVM->hm.s.vmx.cPleGapTicks 3035 3035 && pVM->hm.s.vmx.cPleWindowTicks)
Note:
See TracChangeset
for help on using the changeset viewer.