- Timestamp:
- Aug 20, 2008 2:22:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r11488 r11517 494 494 495 495 rc = PDMGetInterrupt(pVM, &u8Interrupt); 496 Log(("Dispatch interrupt: u8Interrupt=%x (%d) rc=%Vrc \n", u8Interrupt, u8Interrupt, rc));496 Log(("Dispatch interrupt: u8Interrupt=%x (%d) rc=%Vrc cs:eip=%04X:%VGv\n", u8Interrupt, u8Interrupt, rc, pCtx->cs, pCtx->rip)); 497 497 if (VBOX_SUCCESS(rc)) 498 498 { … … 1687 1687 } 1688 1688 1689 Log(("Trap %x at %VGv \n", vector, pCtx->rip));1689 Log(("Trap %x at %VGv error code %x\n", vector, pCtx->rip, errCode)); 1690 1690 rc = VMXR0InjectEvent(pVM, pCtx, VMX_VMCS_CTRL_ENTRY_IRQ_INFO_FROM_EXIT_INT_INFO(intInfo), cbInstr, errCode); 1691 1691 AssertRC(rc);
Note:
See TracChangeset
for help on using the changeset viewer.