VirtualBox

Ignore:
Timestamp:
Nov 18, 2008 3:19:14 PM (16 years ago)
Author:
vboxsync
Message:

More logging

File:
1 edited

Legend:

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

    r14307 r14308  
    20412041        }
    20422042    }
    2043 
    20442043#ifdef VBOX_STRICT
     2044    else
     2045    if (    VMX_EXIT_INTERRUPTION_INFO_VALID(pVCpu->hwaccm.s.Event.intInfo)
     2046        /* Ignore software exceptions (such as int3) as they're reoccur when we restart the instruction anyway. */
     2047        &&  VMX_EXIT_INTERRUPTION_INFO_TYPE(pVCpu->hwaccm.s.Event.intInfo) == VMX_EXIT_INTERRUPTION_INFO_TYPE_SWEXCPT)
     2048    {
     2049        Log(("Ignore pending inject %RX64 at %RGv exit=%08x intInfo=%08x exitQualification=%08x\n", pVCpu->hwaccm.s.Event.intInfo, (RTGCPTR)pCtx->rip, exitReason, intInfo, exitQualification));
     2050    }
     2051
    20452052    if (exitReason == VMX_EXIT_ERR_INVALID_GUEST_STATE)
    20462053        HWACCMDumpRegs(pVM, pCtx);
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