- Timestamp:
- Aug 30, 2013 2:59:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/VMM.cpp
r46861 r48198 536 536 rc = VERR_IPE_UNEXPECTED_INFO_STATUS; 537 537 } 538 539 /* Log whether thread-context hooks are used (on Linux this can depend on how the kernel is configured). */ 540 if (pVM->aCpus[0].vmm.s.hR0ThreadCtx != NIL_RTTHREADCTX) 541 LogRel(("VMM: Thread-context hooks enabled!\n")); 542 else 543 LogRel(("VMM: Thread-context hooks unavailable.")); 544 538 545 return rc; 539 546 }
Note:
See TracChangeset
for help on using the changeset viewer.