VirtualBox

Changeset 18166 in vbox for trunk/src/VBox/VMM/PGMPhys.cpp


Ignore:
Timestamp:
Mar 23, 2009 11:07:53 PM (16 years ago)
Author:
vboxsync
Message:

PGM: More info on allocation error.

File:
1 edited

Legend:

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

    r18144 r18166  
    30863086                pVM->pgm.s.cSharedPages,
    30873087                pVM->pgm.s.cZeroPages));
     3088#if 1
     3089        for (uint32_t i = 0; i < RT_ELEMENTS(pVM->pgm.s.aHandyPages); i++)
     3090            LogRel(("PGM: aHandyPages[#%-2d] = {.HCPhysGCPhys=%RHp, .idPage=%#08x, .idSharedPage=%#08x}\n",
     3091                    i, pVM->pgm.s.aHandyPages[i].HCPhysGCPhys, pVM->pgm.s.aHandyPages[i].idPage,
     3092                    pVM->pgm.s.aHandyPages[i].idSharedPage));
     3093#endif
    30883094        rc = VERR_EM_NO_MEMORY;
    30893095        //rc = VINF_EM_NO_MEMORY;
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