VirtualBox

儲存庫 vbox 的更動 67440


忽略:
時間撮記:
2017-6-16 下午01:58:56 (7 年 以前)
作者:
vboxsync
訊息:

Main/ConsoleImpl: announce the MCFG area to EFI

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r67219 r67440  
    18021802            InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
    18031803            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);
    18101812            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);
    18131815            InsertConfigInteger(pCfg,  "UgaHorizontalResolution", u32UgaHorizontal);
    18141816            InsertConfigInteger(pCfg,  "UgaVerticalResolution", u32UgaVertical);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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