Changeset 72065 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Apr 30, 2018 6:27:34 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122431
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/EM.cpp
r71293 r72065 1674 1674 if (CPUMIsGuestInSvmNestedHwVirtMode(pCtx)) 1675 1675 { 1676 PVM pVM = pVCpu->CTX_SUFF(pVM); 1677 bool fGif = pCtx->hwvirt.fGif; 1676 PVM pVM = pVCpu->CTX_SUFF(pVM); 1677 Assert(pCtx->hwvirt.fGif); 1678 bool fVirtualGif = CPUMGetSvmNstGstVGif(pCtx); 1678 1679 #ifdef VBOX_WITH_RAW_MODE 1679 f Gif&= !PATMIsPatchGCAddr(pVM, pCtx->eip);1680 #endif 1681 if (f Gif)1680 fVirtualGif &= !PATMIsPatchGCAddr(pVM, pCtx->eip); 1681 #endif 1682 if (fVirtualGif) 1682 1683 { 1683 1684 if (CPUMCanSvmNstGstTakePhysIntr(pVCpu, pCtx))
Note:
See TracChangeset
for help on using the changeset viewer.