VirtualBox

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


Ignore:
Timestamp:
Jun 14, 2010 9:24:21 AM (15 years ago)
Author:
vboxsync
Message:

Store the page fusion setting in the CFGM tree

File:
1 edited

Legend:

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

    r29564 r30176  
    426426    rc = CFGMR3InsertInteger(pRoot, "CSAMEnabled",          1);     /* boolean */       RC_CHECK();
    427427#endif
     428    BOOL fPageFusion = FALSE;
     429    hrc = pMachine->COMGETTER(PageFusionEnabled)(&fPageFusion);                         H();
     430    rc = CFGMR3InsertInteger(pRoot, "PageFusion",           fPageFusion); /* boolean */ RC_CHECK();
    428431
    429432    /* cpuid leaf overrides. */
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