VirtualBox

Changeset 3603 in vbox


Ignore:
Timestamp:
Jul 12, 2007 10:49:15 PM (18 years ago)
Author:
vboxsync
Message:

Prevent the HWVirtExt flag from being set on darwin.

File:
1 edited

Legend:

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

    r3576 r3603  
    45384538    else
    45394539        fHWVirtExEnabled = (hwVirtExEnabled == TriStateBool_True);
     4540#ifndef __DARWIN__ /** @todo Implement HWVirtExt on darwin. See #1865. */
    45404541    if (fHWVirtExEnabled)
    45414542    {
     
    45444545        rc = CFGMR3InsertInteger(pHWVirtExt, "Enabled", 1);                         RC_CHECK();
    45454546    }
     4547#endif
    45464548
    45474549    BOOL fIOAPIC;
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