Changeset 76798 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jan 14, 2019 6:07:05 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HMVMXAll.cpp
r76722 r76798 653 653 PVM pVM = pVCpu->CTX_SUFF(pVM); 654 654 Assert(HMIsEnabled(pVM)); 655 Assert(!CPUMIsGuestVmxEnabled(pCtx));656 655 Assert( ( pVM->hm.s.vmx.fUnrestrictedGuest && !pVM->hm.s.vmx.pRealModeTSS) 657 656 || (!pVM->hm.s.vmx.fUnrestrictedGuest && pVM->hm.s.vmx.pRealModeTSS));
Note:
See TracChangeset
for help on using the changeset viewer.