VirtualBox

Changeset 17601 in vbox


Ignore:
Timestamp:
Mar 10, 2009 9:24:13 AM (16 years ago)
Author:
vboxsync
Message:

Set HWVirtEx to true by default for new VMs.

File:
1 edited

Legend:

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

    r17350 r17601  
    500500                    mUserData->mOSTypeId = aOsType->id();
    501501
    502                     /* Apply machine defaults */
    503                     if (aOsType->recommendedVirtEx())
    504                         mHWData->mHWVirtExEnabled = TSBool_True;
    505                     else
    506                         mHWData->mHWVirtExEnabled = TSBool_False;
     502                    /* Apply HWVirtEx default; always true (used to rely on aOsType->recommendedVirtEx())  */
     503                    mHWData->mHWVirtExEnabled = TSBool_True;
    507504
    508505                    /* Apply BIOS defaults */
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