VirtualBox

Changeset 3385 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jul 3, 2007 10:20:52 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22583
Message:

Logging.

Location:
trunk/src/VBox/Devices/VMMDev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp

    r3379 r3385  
    217217        (pVMMDevState->u32HostEventFlags & pVMMDevState->u32GuestFilterMask) != 0;
    218218
     219    Log(("vmmdevCtlGuestFilterMask_EMT: u32OrMask = 0x%08X, u32NotMask = 0x%08X, fHadEvents = %d.\n", u32OrMask, u32NotMask, fHadEvents));
    219220    if (fHadEvents)
    220221    {
     
    241242    PVM pVM = PDMDevHlpGetVM(pDevIns);
    242243
    243 #ifdef DEBUG_sunlover
    244244    Log(("VMMDevCtlSetGuestFilterMask: u32OrMask = 0x%08X, u32NotMask = 0x%08X.\n", u32OrMask, u32NotMask));
    245 #endif /* DEBUG_sunlover */
    246245
    247246    if (VM_IS_EMT(pVM))
  • trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp

    r3379 r3385  
    111111    if (VBOX_SUCCESS (rc))
    112112    {
    113         LogFlowFunc(("%p\n", pCmd));
     113        LogFlowFunc(("%p type %d\n", pCmd, enmCmdType));
    114114
    115115        /* Insert at the head of the list. The vmmdevHGCMLoadStateDone depends on this. */
     
    132132            || enmCmdType == VBOXHGCMCMDTYPE_CALL)
    133133        {
     134            Log(("vmmdevHGCMAddCommand: u32HGCMEnabled = %d\n", pVMMDevState->u32HGCMEnabled));
    134135            if (ASMAtomicCmpXchgU32(&pVMMDevState->u32HGCMEnabled, 1, 0))
    135136            {
Note: See TracChangeset for help on using the changeset viewer.

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