VirtualBox

Changeset 12998 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Oct 6, 2008 9:38:43 AM (16 years ago)
Author:
vboxsync
Message:

More logging

File:
1 edited

Legend:

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

    r12989 r12998  
    902902        if (rc == VERR_PGM_POOL_FLUSHED)
    903903        {
     904            Log(("PGMShwSyncLongModePDPtr: PGM pool flushed (1) -> signal sync cr3\n"));
    904905            Assert(pVM->pgm.s.fSyncFlags & PGM_SYNC_CLEAR_PGM_POOL);
    905906            VM_FF_SET(pVM, VM_FF_PGM_SYNC_CR3);
     
    943944        if (rc == VERR_PGM_POOL_FLUSHED)
    944945        {
     946            Log(("PGMShwSyncLongModePDPtr: PGM pool flushed (2) -> signal sync cr3\n"));
    945947            Assert(pVM->pgm.s.fSyncFlags & PGM_SYNC_CLEAR_PGM_POOL);
    946948            VM_FF_SET(pVM, VM_FF_PGM_SYNC_CR3);
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