VirtualBox

Ignore:
Timestamp:
Oct 7, 2009 6:30:56 PM (15 years ago)
Author:
vboxsync
Message:

AsyncCompletion: More logging

File:
1 edited

Legend:

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

    r22851 r23604  
    418418static void pdmacFileCacheReadFromEndpoint(PPDMACFILECACHEENTRY pEntry)
    419419{
     420    LogFlowFunc((": Reading data into cache entry %#p\n", pEntry));
     421
    420422    /* Make sure no one evicts the entry while it is accessed. */
    421423    pEntry->fFlags |= PDMACFILECACHE_ENTRY_IO_IN_PROGRESS;
     
    446448static void pdmacFileCacheWriteToEndpoint(PPDMACFILECACHEENTRY pEntry)
    447449{
     450    LogFlowFunc((": Writing data from cache entry %#p\n", pEntry));
     451
    448452    /* Make sure no one evicts the entry while it is accessed. */
    449453    pEntry->fFlags |= PDMACFILECACHE_ENTRY_IO_IN_PROGRESS;
     
    904908                || (pEntry->pList == &pCache->LruFrequentlyUsed))
    905909            {
     910                LogFlow(("Fetching data for ghost entry %#p from file\n", pEntry));
     911
    906912                if (   (pEntry->fFlags & PDMACFILECACHE_ENTRY_IO_IN_PROGRESS)
    907913                    && !(pEntry->fFlags & PDMACFILECACHE_ENTRY_IS_DIRTY))
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