VirtualBox

Changeset 79598 in vbox


Ignore:
Timestamp:
Jul 8, 2019 4:08:37 PM (6 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:9180 nit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAll.cpp

    r79487 r79598  
    1408914089         * See Intel spec. 26.7.5 "Interrupt-Window Exiting and Virtual-Interrupt Delivery".
    1409014090         */
    14091         if (    fCheckRemainingIntercepts
    14092             &&  pVCpu->cpum.GstCtx.hwvirt.vmx.fInterceptEvents
     14091        if (   fCheckRemainingIntercepts
     14092            && !TRPMHasTrap(pVCpu)
    1409314093            && !VMCPU_FF_IS_SET(pVCpu, VMCPU_FF_INHIBIT_INTERRUPTS))
    1409414094        {
     14095            Assert(pVCpu->cpum.GstCtx.hwvirt.vmx.fInterceptEvents);
    1409514096            if (   VMCPU_FF_IS_SET(pVCpu, VMCPU_FF_VMX_NMI_WINDOW)
    1409614097                && CPUMIsGuestVmxVirtNmiBlocking(pVCpu, &pVCpu->cpum.GstCtx))
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