VirtualBox

Changeset 49785 in vbox for trunk/src


Ignore:
Timestamp:
Dec 5, 2013 10:33:04 AM (11 years ago)
Author:
vboxsync
Message:

Main/ConsoleImpl2: always expose the DmiMemoryTable for Windows 2012 guests

File:
1 edited

Legend:

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

    r49769 r49785  
    15151515                InsertConfigString(pBiosCfg, szParamName, pszBootDevice);
    15161516            }
     1517
     1518            /** @todo @bugref{7145}: We might want to enable this by default for new VMs. For now,
     1519             *        this is required for Windows 2012 guests. */
     1520            if (osTypeId == "Windows2012_64")
     1521                InsertConfigInteger(pBiosCfg, "DmiExposeMemoryTable", 1); /* boolean */
    15171522        }
    15181523        else
Note: See TracChangeset for help on using the changeset viewer.

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