Changeset 71171 in vbox for trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
- Timestamp:
- Mar 2, 2018 10:08:09 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r71004 r71171 3460 3460 if (!fIntShadow) 3461 3461 { 3462 PCSVMNESTEDVMCBCACHE pVmcbNstGstCache = &pVCpu->hm.s.svm.NstGstVmcbCache;3463 3462 if ( VMCPU_FF_IS_PENDING(pVCpu, VMCPU_FF_INTERRUPT_APIC | VMCPU_FF_INTERRUPT_PIC) 3464 3463 && !pVCpu->hm.s.fSingleInstruction 3465 3464 && CPUMCanSvmNstGstTakePhysIntr(pVCpu, pCtx)) 3466 3465 { 3467 if ( pVmcbNstGstCache->u64InterceptCtrl & SVM_CTRL_INTERCEPT_INTR)3466 if (CPUMIsGuestSvmCtrlInterceptSet(pVCpu, pCtx, SVM_CTRL_INTERCEPT_INTR)) 3468 3467 { 3469 3468 Log4(("Intercepting external interrupt -> #VMEXIT\n"));
Note:
See TracChangeset
for help on using the changeset viewer.