VirtualBox

Changeset 10311 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jul 7, 2008 11:30:48 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
32932
Message:

ecs needs hw virtualization to be enabled by default too

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui.h

    r8875 r10311  
    331331    cmachine.SetOSTypeId (type.GetId());
    332332
    333     if (type.GetId() == "os2warp3" ||
    334         type.GetId() == "os2warp4" ||
    335         type.GetId() == "os2warp45")
     333    if (type.GetId() == "os2warp3"  ||
     334        type.GetId() == "os2warp4"  ||
     335        type.GetId() == "os2warp45" ||
     336        type.GetId() == "ecs")
    336337        cmachine.SetHWVirtExEnabled (KTSBool_True);
    337338
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxNewVMWzd.cpp

    r9892 r10311  
    339339    cmachine.SetOSTypeId (type.GetId());
    340340
    341     if (type.GetId() == "os2warp3" ||
    342         type.GetId() == "os2warp4" ||
    343         type.GetId() == "os2warp45")
     341    if (type.GetId() == "os2warp3"  ||
     342        type.GetId() == "os2warp4"  ||
     343        type.GetId() == "os2warp45" ||
     344        type.GetId() == "ecs")
    344345        cmachine.SetHWVirtExEnabled (KTSBool_True);
    345346
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette