- 時間撮記:
- 2015-6-5 上午10:48:14 (9 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r56148 r56251 1027 1027 #endif 1028 1028 1029 /* Not necessary, but to make sure these two settings end up in the release log. */1030 1029 BOOL fPageFusion = FALSE; 1031 1030 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. */ 1033 1034 ULONG ulBalloonSize = 0; 1034 1035 hrc = pMachine->COMGETTER(MemoryBalloonSize)(&ulBalloonSize); H();
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器