VirtualBox

Changeset 29597 in vbox for trunk


Ignore:
Timestamp:
May 18, 2010 8:28:31 AM (15 years ago)
Author:
vboxsync
Message:

Logging updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/GMMR0.cpp

    r29596 r29597  
    860860        {
    861861            /*
    862              * Walk the entire pool looking for pages that belongs to this VM
     862             * Walk the entire pool looking for pages that belong to this VM
    863863             * and left over mappings. (This'll only catch private pages, shared
    864864             * pages will be 'left behind'.)
     
    24982498        /** @todo R0 -> VM request */
    24992499        /* The chunk can be owned by more than one VM if fBoundMemoryMode is false! */
     2500        Log(("gmmR0FreeChunk: chunk still has %d mappings; don't free!\n", pChunk->cMappings));
    25002501    }
    25012502    else
     
    31693170        return VINF_SUCCESS;
    31703171
    3171     Log(("gmmR0MapChunk: Chunk %#x is not mapped into pGVM=%p/%#x\n", pChunk->Core.Key, pGVM, pGVM->hSelf));
     3172    Log(("gmmR0UnmapChunk: Chunk %#x is not mapped into pGVM=%p/%#x\n", pChunk->Core.Key, pGVM, pGVM->hSelf));
    31723173    return VERR_GMM_CHUNK_NOT_MAPPED;
    31733174}
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