VirtualBox

忽略:
時間撮記:
2015-6-5 上午10:48:14 (9 年 以前)
作者:
vboxsync
訊息:

updates

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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();
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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