- Timestamp:
- May 18, 2010 8:28:31 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GMMR0.cpp
r29596 r29597 860 860 { 861 861 /* 862 * Walk the entire pool looking for pages that belong sto this VM862 * Walk the entire pool looking for pages that belong to this VM 863 863 * and left over mappings. (This'll only catch private pages, shared 864 864 * pages will be 'left behind'.) … … 2498 2498 /** @todo R0 -> VM request */ 2499 2499 /* 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)); 2500 2501 } 2501 2502 else … … 3169 3170 return VINF_SUCCESS; 3170 3171 3171 Log(("gmmR0 MapChunk: 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)); 3172 3173 return VERR_GMM_CHUNK_NOT_MAPPED; 3173 3174 }
Note:
See TracChangeset
for help on using the changeset viewer.