Changeset 67440 in vbox
- Timestamp:
- Jun 16, 2017 1:58:56 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116171
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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);
Note:
See TracChangeset
for help on using the changeset viewer.