VirtualBox

Ignore:
Timestamp:
Mar 29, 2010 5:54:17 PM (15 years ago)
Author:
vboxsync
Message:

ACPI: conditionally expose NIC object to OSX guests

File:
1 edited

Legend:

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

    r27797 r27799  
    22042204        rc = CFGMR3InsertInteger(pCfg,  "SmcEnabled", fSmcEnabled);                 RC_CHECK();
    22052205        rc = CFGMR3InsertInteger(pCfg,  "ShowRtc",    fExtProfile);                 RC_CHECK();
     2206        rc = CFGMR3InsertInteger(pCfg,  "ShowNic",    fExtProfile);                 RC_CHECK();
    22062207
    22072208        rc = CFGMR3InsertInteger(pCfg,  "ShowCpu", fShowCpu);                       RC_CHECK();
     
    35503551#endif /* !VBOX_WITH_GUEST_CONTROL */
    35513552}
    3552 
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