VirtualBox

Changeset 17177 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 26, 2009 4:54:03 PM (16 years ago)
Author:
vboxsync
Message:

More logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r17158 r17177  
    31003100    u.pau64 = (uint64_t *)PGMPOOL_PAGE_2_PTR(pPool->CTX_SUFF(pVM), pUserPage);
    31013101
    3102     LogFlow(("pgmPoolTrackClearPageUser: clear %x in %s (flushing %s)\n", iUserTable, pgmPoolPoolKindToStr(pUserPage->enmKind), pgmPoolPoolKindToStr(pPage->enmKind)));
     3102    LogFlow(("pgmPoolTrackClearPageUser: clear %x in %s (%RGp) (flushing %s)\n", iUserTable, pgmPoolPoolKindToStr(pUserPage->enmKind), pUserPage->Core.Key, pgmPoolPoolKindToStr(pPage->enmKind)));
    31033103
    31043104    /* Safety precaution in case we change the paging for other modes too in the future. */
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