VirtualBox

Changeset 35914 in vbox


Ignore:
Timestamp:
Feb 9, 2011 3:04:10 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69941
Message:

VMM/VMMR0/GMMR0: logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/VMM/VMMR0/GMMR0.cpp

    r35346 r35914  
    29932993                }
    29942994                else
     2995                {
     2996                    Log(("GMMR0BalloonedPages: cBasePages=%#llx Total=%#llx cBalloonedPages=%#llx Reserved=%#llx\n",
     2997                         pGVM->gmm.s.Allocated.cBasePages, pGVM->gmm.s.cBalloonedPages, cBallonedPages, pGVM->gmm.s.Reserved.cBasePages));
    29952998                    rc = VERR_GMM_ATTEMPT_TO_FREE_TOO_MUCH;
     2999                }
    29963000                break;
    29973001            }
     
    30243028                }
    30253029                else
     3030                {
     3031                    Log(("GMMR0BalloonedPages: Total=%#llx cBalloonedPages=%#llx\n", pGVM->gmm.s.cBalloonedPages, cBalloonedPages));
    30263032                    rc = VERR_GMM_ATTEMPT_TO_DEFLATE_TOO_MUCH;
     3033                }
    30273034                break;
    30283035            }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette