Changeset 3385 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jul 3, 2007 10:20:52 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22583
- Location:
- trunk/src/VBox/Devices/VMMDev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp
r3379 r3385 217 217 (pVMMDevState->u32HostEventFlags & pVMMDevState->u32GuestFilterMask) != 0; 218 218 219 Log(("vmmdevCtlGuestFilterMask_EMT: u32OrMask = 0x%08X, u32NotMask = 0x%08X, fHadEvents = %d.\n", u32OrMask, u32NotMask, fHadEvents)); 219 220 if (fHadEvents) 220 221 { … … 241 242 PVM pVM = PDMDevHlpGetVM(pDevIns); 242 243 243 #ifdef DEBUG_sunlover244 244 Log(("VMMDevCtlSetGuestFilterMask: u32OrMask = 0x%08X, u32NotMask = 0x%08X.\n", u32OrMask, u32NotMask)); 245 #endif /* DEBUG_sunlover */246 245 247 246 if (VM_IS_EMT(pVM)) -
trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp
r3379 r3385 111 111 if (VBOX_SUCCESS (rc)) 112 112 { 113 LogFlowFunc(("%p \n", pCmd));113 LogFlowFunc(("%p type %d\n", pCmd, enmCmdType)); 114 114 115 115 /* Insert at the head of the list. The vmmdevHGCMLoadStateDone depends on this. */ … … 132 132 || enmCmdType == VBOXHGCMCMDTYPE_CALL) 133 133 { 134 Log(("vmmdevHGCMAddCommand: u32HGCMEnabled = %d\n", pVMMDevState->u32HGCMEnabled)); 134 135 if (ASMAtomicCmpXchgU32(&pVMMDevState->u32HGCMEnabled, 1, 0)) 135 136 {
Note:
See TracChangeset
for help on using the changeset viewer.