VirtualBox

Changeset 4999 in vbox for trunk/src


Ignore:
Timestamp:
Sep 24, 2007 9:45:26 AM (17 years ago)
Author:
vboxsync
Message:

More logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r4992 r4999  
    14431443                }
    14441444                else /* MMIO or invalid page: emulated in #PF handler. */
     1445                {
     1446                    LogFlow(("PGM_GCPHYS_2_PTR %VGp failed with %Vrc\n", GCPhys, rc));
    14451447                    Assert(!pPTDst->a[(GCPtrPage >> SHW_PT_SHIFT) & SHW_PT_MASK].n.u1Present);
     1448                }
    14461449            }
    14471450            else
     
    15131516                          PdeDst.u & PGM_PDFLAGS_TRACK_DIRTY ? " Track-Dirty" : ""));
    15141517                }
     1518                else
     1519                    LogFlow(("PGM_GCPHYS_2_PTR %VGp (big) failed with %Vrc\n", GCPhys, rc));
    15151520            }
    15161521            return VINF_SUCCESS;
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