VirtualBox

Ignore:
Timestamp:
Jun 5, 2015 10:48:14 AM (10 years ago)
Author:
vboxsync
Message:

updates

File:
1 edited

Legend:

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

    r56148 r56251  
    10271027#endif
    10281028
    1029         /* Not necessary, but to make sure these two settings end up in the release log. */
    10301029        BOOL fPageFusion = FALSE;
    10311030        hrc = pMachine->COMGETTER(PageFusionEnabled)(&fPageFusion);                         H();
    1032         InsertConfigInteger(pRoot, "PageFusion",           fPageFusion); /* boolean */
     1031        InsertConfigInteger(pRoot, "PageFusionAllowed",    fPageFusion); /* boolean */
     1032
     1033        /* Not necessary, but makes sure this setting ends up in the release log. */
    10331034        ULONG ulBalloonSize = 0;
    10341035        hrc = pMachine->COMGETTER(MemoryBalloonSize)(&ulBalloonSize);                       H();
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