VirtualBox

Changeset 79653 in vbox


Ignore:
Timestamp:
Jul 10, 2019 6:42:26 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131961
Message:

VMM/HMVMXR0: Nested VMX: bugref:9180 Assertion, log.

File:
1 edited

Legend:

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

    r79651 r79653  
    1372113721             && hmR0VmxIsPinCtlsSet(pVCpu, pVmxTransient, VMX_PIN_CTLS_VIRT_NMI))
    1372213722    {
     13723        Assert(!VMX_IDT_VECTORING_INFO_IS_VALID(pVmxTransient->uIdtVectoringInfo));
     13724
    1372313725        /*
    1372413726         * Execution of IRET caused this fault when NMI blocking was in effect (i.e we're in the guest NMI handler).
     
    1372713729         */
    1372813730        CPUMSetGuestNmiBlocking(pVCpu, true);
    13729         Log4Func(("Set NMI blocking. fValid=%RTbool uExitReason=%u\n", VMX_EXIT_INT_INFO_IS_VALID(pVmxTransient->uExitIntInfo),
    13730                   pVmxTransient->uExitReason));
     13731        Log4Func(("Set NMI blocking. uExitReason=%u\n", pVmxTransient->uExitReason));
    1373113732    }
    1373213733
Note: See TracChangeset for help on using the changeset viewer.

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