VirtualBox

Changeset 67440 in vbox


Ignore:
Timestamp:
Jun 16, 2017 1:58:56 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116171
Message:

Main/ConsoleImpl: announce the MCFG area to EFI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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);
Note: See TracChangeset for help on using the changeset viewer.

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