Changeset 90190 in vbox
- Timestamp:
- Jul 14, 2021 4:50:45 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145710
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r90189 r90190 1492 1492 rc = VERR_VMM_WRONG_HM_VMCPU_STATE; 1493 1493 } 1494 #if 0 1494 1495 /** @todo Get rid of this. HM shouldn't disable the context hook. */ 1495 1496 else if (RT_UNLIKELY(vmmR0ThreadCtxHookIsEnabled(pGVCpu))) … … 1500 1501 rc = VERR_VMM_CONTEXT_HOOK_STILL_ENABLED; 1501 1502 } 1503 #endif 1502 1504 1503 1505 VMCPU_SET_STATE(pGVCpu, VMCPUSTATE_STARTED); -
trunk/src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp
r90189 r90190 349 349 case VINF_EM_TRIPLE_FAULT: 350 350 case VERR_VMM_HYPER_CR3_MISMATCH: 351 case VERR_VMM_SET_JMP_ERROR: 352 case VERR_VMM_SET_JMP_ABORTED_RESUME: 353 case VERR_VMM_SET_JMP_STACK_OVERFLOW: 354 case VERR_VMM_LONG_JMP_ERROR: 351 355 { 352 356 /* … … 696 700 if (Hlp.szSummary[0]) 697 701 RTStrmPrintf(g_pStdErr, 698 "%s "702 "%s\n" 699 703 "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n", 700 704 Hlp.szSummary);
Note:
See TracChangeset
for help on using the changeset viewer.