VirtualBox

Changeset 29456 in vbox


Ignore:
Timestamp:
May 14, 2010 9:39:53 AM (14 years ago)
Author:
vboxsync
Message:

Logging

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

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

    r29424 r29456  
    140140
    141141/**
    142  * Shared module unregistration helper (called on the way out).
     142 * Shared module check helper (called on the way out).
    143143 *
    144144 * @param   pVM         The VM handle.
  • trunk/src/VBox/VMM/VMMR0/GMMR0.cpp

    r29426 r29456  
    37183718 * - 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
    37193719 *
     3720 * Note: assumes the caller has acquired the GMM semaphore!!
     3721 *
    37203722 * @returns VBox status code.
    37213723 * @param   pGMM                Pointer to the GMM instance data.
     
    38833885        Assert(pRec->cUsers);
    38843886
     3887        Log(("gmmR0CleanupSharedModule: %s %s cUsers=%d\n", pRec->szName, pRec->szVersion, pRec->cUsers));
    38853888        pRec->cUsers--;
    38863889        if (pRec->cUsers == 0)
     
    39253928    if (GMM_CHECK_SANITY_UPON_ENTERING(pGMM))
    39263929    {
     3930        Log(("GMMR0ResetSharedModules\n"));
    39273931        RTAvlGCPtrDestroy(&pGVM->gmm.s.pSharedModuleTree, gmmR0CleanupSharedModule, pGVM);
    39283932
     
    39943998        GMMCHECKSHAREDMODULEINFO Info;
    39953999
     4000        Log(("GMMR0CheckSharedModules\n"));
    39964001        Info.pGVM = pGVM;
    39974002        Info.idCpu = idCpu;
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