VirtualBox

Ignore:
Timestamp:
Mar 2, 2018 10:08:09 AM (7 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: Nested Hw.virt: Don't assume the VMCB is cached by VMCB at this point while evalute physical interrupts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r71004 r71171  
    34603460        if (!fIntShadow)
    34613461        {
    3462             PCSVMNESTEDVMCBCACHE pVmcbNstGstCache = &pVCpu->hm.s.svm.NstGstVmcbCache;
    34633462            if (   VMCPU_FF_IS_PENDING(pVCpu, VMCPU_FF_INTERRUPT_APIC | VMCPU_FF_INTERRUPT_PIC)
    34643463                && !pVCpu->hm.s.fSingleInstruction
    34653464                && CPUMCanSvmNstGstTakePhysIntr(pVCpu, pCtx))
    34663465            {
    3467                 if (pVmcbNstGstCache->u64InterceptCtrl & SVM_CTRL_INTERCEPT_INTR)
     3466                if (CPUMIsGuestSvmCtrlInterceptSet(pVCpu, pCtx, SVM_CTRL_INTERCEPT_INTR))
    34683467                {
    34693468                    Log4(("Intercepting external interrupt -> #VMEXIT\n"));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette