VirtualBox

Changeset 48198 in vbox for trunk/src


Ignore:
Timestamp:
Aug 30, 2013 2:59:33 PM (11 years ago)
Author:
vboxsync
Message:

VMM: Thread-context hooks logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/VMM.cpp

    r46861 r48198  
    536536            rc = VERR_IPE_UNEXPECTED_INFO_STATUS;
    537537    }
     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
    538545    return rc;
    539546}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette