Changeset 29456 in vbox
- Timestamp:
- May 14, 2010 9:39:53 AM (14 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
-
PGMSharedPage.cpp (modified) (1 diff)
-
VMMR0/GMMR0.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMSharedPage.cpp
r29424 r29456 140 140 141 141 /** 142 * Shared module unregistrationhelper (called on the way out).142 * Shared module check helper (called on the way out). 143 143 * 144 144 * @param pVM The VM handle. -
trunk/src/VBox/VMM/VMMR0/GMMR0.cpp
r29426 r29456 3718 3718 * - if a shared page already exists, then it checks if the VM page is identical and if so frees the VM page and returns the shared page in the paPageDesc array 3719 3719 * 3720 * Note: assumes the caller has acquired the GMM semaphore!! 3721 * 3720 3722 * @returns VBox status code. 3721 3723 * @param pGMM Pointer to the GMM instance data. … … 3883 3885 Assert(pRec->cUsers); 3884 3886 3887 Log(("gmmR0CleanupSharedModule: %s %s cUsers=%d\n", pRec->szName, pRec->szVersion, pRec->cUsers)); 3885 3888 pRec->cUsers--; 3886 3889 if (pRec->cUsers == 0) … … 3925 3928 if (GMM_CHECK_SANITY_UPON_ENTERING(pGMM)) 3926 3929 { 3930 Log(("GMMR0ResetSharedModules\n")); 3927 3931 RTAvlGCPtrDestroy(&pGVM->gmm.s.pSharedModuleTree, gmmR0CleanupSharedModule, pGVM); 3928 3932 … … 3994 3998 GMMCHECKSHAREDMODULEINFO Info; 3995 3999 4000 Log(("GMMR0CheckSharedModules\n")); 3996 4001 Info.pGVM = pGVM; 3997 4002 Info.idCpu = idCpu;
Note:
See TracChangeset
for help on using the changeset viewer.

