Changeset 9998 in vbox
- Timestamp:
- Jun 27, 2008 1:55:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r9988 r9998 1418 1418 && VMX_EXIT_INTERRUPTION_INFO_TYPE(pVM->hwaccm.s.Event.intInfo) != VMX_EXIT_INTERRUPTION_INFO_TYPE_SW) 1419 1419 { 1420 Log(("Pending inject %VX64 at %VGv exit=%08x intInfo=%08x exitQualification=%08x\n", pVM->hwaccm.s.Event.intInfo, pCtx->rip, exitReason, intInfo, exitQualification));1421 1420 pVM->hwaccm.s.Event.fPending = true; 1422 1421 /* Error code present? */ … … 1426 1425 AssertRC(rc); 1427 1426 pVM->hwaccm.s.Event.errCode = val; 1427 Log(("Pending inject %VX64 at %VGv exit=%08x intInfo=%08x exitQualification=%08x pending error=%RX64\n", pVM->hwaccm.s.Event.intInfo, pCtx->rip, exitReason, intInfo, exitQualification, val)); 1428 1428 } 1429 1429 else 1430 { 1431 Log(("Pending inject %VX64 at %VGv exit=%08x intInfo=%08x exitQualification=%08x\n", pVM->hwaccm.s.Event.intInfo, pCtx->rip, exitReason, intInfo, exitQualification)); 1430 1432 pVM->hwaccm.s.Event.errCode = 0; 1433 } 1431 1434 } 1432 1435
Note:
See TracChangeset
for help on using the changeset viewer.