VirtualBox

Changeset 45675 in vbox


Ignore:
Timestamp:
Apr 23, 2013 9:13:50 AM (12 years ago)
Author:
vboxsync
Message:

Main/Console: OSX fix

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ConsoleImpl.h

    r45674 r45675  
    528528                                 BusAssignmentManager *pBusMgr,
    529529                                 const ComPtr<IMachine> &pMachine,
    530                                  const ComPtr<IBIOSSettings> &biosSettings);
     530                                 const ComPtr<IBIOSSettings> &biosSettings,
     531                                 bool fHMEnabled);
    531532    int configMediumAttachment(PCFGMNODE pCtlInst,
    532533                               const char *pcszDevice,
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r45674 r45675  
    13291329                break;
    13301330            case GraphicsControllerType_VBoxVGA:
    1331                 rc = configGraphicsController(pDevices, "vga", pBusMgr, pMachine, biosSettings);
     1331                rc = configGraphicsController(pDevices, "vga", pBusMgr, pMachine, biosSettings, fHMEnabled);
    13321332                if (FAILED(rc))
    13331333                    return rc;
     
    30383038                                      BusAssignmentManager *pBusMgr,
    30393039                                      const ComPtr<IMachine> &pMachine,
    3040                                       const ComPtr<IBIOSSettings> &biosSettings)
     3040                                      const ComPtr<IBIOSSettings> &biosSettings,
     3041                                      bool fHMEnabled)
    30413042{
    30423043    // InsertConfig* throws
     
    30603061        hrc = pMachine->COMGETTER(MonitorCount)(&cMonitorCount);                            H();
    30613062        InsertConfigInteger(pCfg,  "MonitorCount",         cMonitorCount);
    3062     #ifdef VBOX_WITH_2X_4GB_ADDR_SPACE
     3063#ifdef VBOX_WITH_2X_4GB_ADDR_SPACE
    30633064        InsertConfigInteger(pCfg,  "R0Enabled",            fHMEnabled);
    3064     #endif
     3065#else
     3066        NOREF(fHMEnabled);
     3067#endif
    30653068
    30663069        /* Custom VESA mode list */
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