Changeset 65584 in vbox for trunk/src/VBox/Main
- Timestamp:
- Feb 2, 2017 10:17:14 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r65574 r65584 804 804 if (chipsetType == ChipsetType_ICH9) 805 805 { 806 /* We'd better have 0x10000000 region, to cover 256 buses 807 but this put too much load on hypervisor heap */ 806 /* We'd better have 0x10000000 region, to cover 256 buses but this put 807 * too much load on hypervisor heap. Linux 4.8 currently complains with 808 * ``acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] 809 * only partially covers this bridge'' */ 808 810 cbMcfgLength = 0x4000000; //0x10000000; 809 811 cbRamHole += cbMcfgLength;
Note:
See TracChangeset
for help on using the changeset viewer.