Changeset 65843 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Feb 22, 2017 7:23:56 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113612
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r65698 r65843 3228 3228 InsertConfigInteger(pCfg, "McfgBase", uMcfgBase); 3229 3229 InsertConfigInteger(pCfg, "McfgLength", cbMcfgLength); 3230 InsertConfigInteger(pCfg, "PciPref64Enabled", 1); 3230 /* 64-bit prefetch window root resource: 3231 * Only for ICH9 and if PAE or Long Mode is enabled */ 3232 if (fEnablePAE || fIsGuest64Bit) 3233 InsertConfigInteger(pCfg, "PciPref64Enabled", 1); 3231 3234 } 3232 3235 InsertConfigInteger(pCfg, "HostBusPciAddress", uHbcPCIAddress);
Note:
See TracChangeset
for help on using the changeset viewer.