VirtualBox

Changeset 20434 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jun 9, 2009 12:50:05 PM (16 years ago)
Author:
vboxsync
Message:

More logging

File:
1 edited

Legend:

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

    r20063 r20434  
    800800VMMDECL(int)  PGMHandlerPhysicalReset(PVM pVM, RTGCPHYS GCPhys)
    801801{
     802    LogFlow(("PGMHandlerPhysicalReset GCPhys=%RGp\n", GCPhys));
    802803    pgmLock(pVM);
    803804
     
    896897VMMDECL(int)  PGMHandlerPhysicalPageTempOff(PVM pVM, RTGCPHYS GCPhys, RTGCPHYS GCPhysPage)
    897898{
     899    LogFlow(("PGMHandlerPhysicalPageTempOff GCPhys=%RGp\n", GCPhys));
     900
    898901    /*
    899902     * Validate the range.
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