VirtualBox

Changeset 65843 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Feb 22, 2017 7:23:56 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
113612
Message:

Main/ACPI: default size for the 64-bit prefetch root bus resource is 64GB and it's only enabled either for 64-bit guests or PAE is enabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r65698 r65843  
    32283228                InsertConfigInteger(pCfg,  "McfgBase",   uMcfgBase);
    32293229                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);
    32313234            }
    32323235            InsertConfigInteger(pCfg,  "HostBusPciAddress", uHbcPCIAddress);
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