Changeset 77590 in vbox for trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
- Timestamp:
- Mar 6, 2019 8:52:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r77578 r77590 13350 13350 * guest using hardware-assisted VMX. Otherwise, fall back to emulation. 13351 13351 */ 13352 pVCpu->hm.s.vmx.RealMode.fRealOnV86Active = false; 13352 13353 if (HMCanExecuteVmxGuest(pVCpu, pCtx)) 13353 13354 { 13354 13355 Log4Func(("Mode changed but guest still suitable for executing using VT-x\n")); 13355 pVCpu->hm.s.vmx.RealMode.fRealOnV86Active = false;13356 13356 ASMAtomicUoOrU64(&pVCpu->hm.s.fCtxChanged, HM_CHANGED_ALL_GUEST); 13357 13357 }
Note:
See TracChangeset
for help on using the changeset viewer.