Changeset 14308 in vbox for trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
- Timestamp:
- Nov 18, 2008 3:19:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r14307 r14308 2041 2041 } 2042 2042 } 2043 2044 2043 #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 2045 2052 if (exitReason == VMX_EXIT_ERR_INVALID_GUEST_STATE) 2046 2053 HWACCMDumpRegs(pVM, pCtx);
Note:
See TracChangeset
for help on using the changeset viewer.