VirtualBox

Changeset 30177 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jun 14, 2010 9:35:02 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
62619
Message:

Same for memory balloon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r30176 r30177  
    426426    rc = CFGMR3InsertInteger(pRoot, "CSAMEnabled",          1);     /* boolean */       RC_CHECK();
    427427#endif
     428    /* Not necessary, but to make sure these two settings end up in the release log. */
    428429    BOOL fPageFusion = FALSE;
    429430    hrc = pMachine->COMGETTER(PageFusionEnabled)(&fPageFusion);                         H();
    430431    rc = CFGMR3InsertInteger(pRoot, "PageFusion",           fPageFusion); /* boolean */ RC_CHECK();
     432    ULONG ulBalloonSize = 0;
     433    hrc = pMachine->COMGETTER(MemoryBalloonSize)(&ulBalloonSize);                       H();
     434    rc = CFGMR3InsertInteger(pRoot, "MemBalloonSize",       ulBalloonSize);             RC_CHECK();
    431435
    432436    /* cpuid leaf overrides. */
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