VirtualBox

Changeset 26609 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Feb 17, 2010 1:45:33 PM (15 years ago)
Author:
vboxsync
Message:

Main, shared f/w: changed DMI passthrough defaults

File:
1 edited

Legend:

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

    r26603 r26609  
    954954        rc = CFGMR3InsertInteger(pCfg,  "UgaHorizontalResolution", u32UgaHorisontal);    RC_CHECK();
    955955        rc = CFGMR3InsertInteger(pCfg,  "UgaVerticalResolution", u32UgaVertical);    RC_CHECK();
     956
     957        /* For OS X guests we'll force passing host's DMI info to the guest */
     958        if (fExtProfile)
     959        {
     960            rc = CFGMR3InsertInteger(pCfg,  "DmiUseHostInfo", 1);  RC_CHECK();
     961        }
    956962    }
    957963
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