VirtualBox

Changeset 3232 in vbox


Ignore:
Timestamp:
Jun 22, 2007 11:38:11 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22210
Message:

Make VT-x/AMD-V feature enabled by default for newly created OS/2-type VMs.

File:
1 edited

Legend:

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

    r2981 r3232  
    325325    AssertMsg (!type.isNull(), ("vmGuestOSType() must return non-null type"));
    326326    cmachine.SetOSTypeId (type.GetId());
     327
     328    if (type.GetId() == "os2warp3" ||
     329        type.GetId() == "os2warp4" ||
     330        type.GetId() == "os2warp45")
     331        cmachine.SetHWVirtExEnabled (CEnums::True);
    327332
    328333    /* RAM size */
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