Changeset 91291 in vbox for trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
- Timestamp:
- Sep 16, 2021 10:04:16 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146951
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r91289 r91291 4962 4962 if (CPUMIsGuestSvmCtrlInterceptSet(pVCpu, pCtx, SVM_CTRL_INTERCEPT_IOIO_PROT)) 4963 4963 { 4964 void *pvIoBitmap = pVCpu->cpum.GstCtx.hwvirt.svm.CTX_SUFF(pvIoBitmap);4965 4964 SVMIOIOEXITINFO IoExitInfo; 4966 4965 IoExitInfo.u = pVmcbNstGst->ctrl.u64ExitInfo1; 4967 bool const fIntercept = hmR0SvmIsIoInterceptSet(p vIoBitmap, &IoExitInfo);4966 bool const fIntercept = hmR0SvmIsIoInterceptSet(pVCpu->cpum.GstCtx.hwvirt.svm.abIoBitmap, &IoExitInfo); 4968 4967 if (fIntercept) 4969 4968 NST_GST_VMEXIT_CALL_RET(pVCpu, uExitCode, uExitInfo1, uExitInfo2);
Note:
See TracChangeset
for help on using the changeset viewer.