儲存庫 vbox 的更動 67440
- 時間撮記:
- 2017-6-16 下午01:58:56 (7 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r67219 r67440 1802 1802 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */ 1803 1803 InsertConfigNode(pInst, "Config", &pCfg); 1804 InsertConfigInteger(pCfg, "NumCPUs", cCpus); 1805 InsertConfigString(pCfg, "EfiRom", efiRomFile); 1806 InsertConfigString(pCfg, "BootArgs", bootArgs); 1807 InsertConfigString(pCfg, "DeviceProps", deviceProps); 1808 InsertConfigInteger(pCfg, "IOAPIC", fIOAPIC); 1809 InsertConfigInteger(pCfg, "APIC", uFwAPIC); 1804 InsertConfigInteger(pCfg, "NumCPUs", cCpus); 1805 InsertConfigInteger(pCfg, "McfgBase", uMcfgBase); 1806 InsertConfigInteger(pCfg, "McfgLength", cbMcfgLength); 1807 InsertConfigString(pCfg, "EfiRom", efiRomFile); 1808 InsertConfigString(pCfg, "BootArgs", bootArgs); 1809 InsertConfigString(pCfg, "DeviceProps", deviceProps); 1810 InsertConfigInteger(pCfg, "IOAPIC", fIOAPIC); 1811 InsertConfigInteger(pCfg, "APIC", uFwAPIC); 1810 1812 InsertConfigBytes(pCfg, "UUID", &HardwareUuid,sizeof(HardwareUuid)); 1811 InsertConfigInteger(pCfg, "64BitEntry", f64BitEntry); /* boolean */1812 InsertConfigInteger(pCfg, "GopMode", u32GopMode);1813 InsertConfigInteger(pCfg, "64BitEntry", f64BitEntry); /* boolean */ 1814 InsertConfigInteger(pCfg, "GopMode", u32GopMode); 1813 1815 InsertConfigInteger(pCfg, "UgaHorizontalResolution", u32UgaHorizontal); 1814 1816 InsertConfigInteger(pCfg, "UgaVerticalResolution", u32UgaVertical);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器