VirtualBox

Changeset 23815 in vbox for trunk/src


Ignore:
Timestamp:
Oct 16, 2009 10:49:09 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53564
Message:

FE/Qt4: 1893: Add EFI BIOS: GUI Option added.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsSystem.cpp

    r23750 r23815  
    163163    mCbApic->setChecked (biosSettings.GetIOAPICEnabled());
    164164
     165    /* EFI */
     166    mCbEFI->setChecked (mMachine.GetFirmwareType() == KFirmwareType_EFI);
     167
    165168    /* CPU count */
    166169    bool fVTxAMDVSupported = vboxGlobal().virtualBox().GetHost()
     
    224227                                   mSlCPU->value() > 1);
    225228
     229    /* EFI */
     230    mMachine.SetFirmwareType (mCbEFI->isChecked() ? KFirmwareType_EFI : KFirmwareType_BIOS);
     231
    226232    /* RAM size */
    227233    mMachine.SetCPUCount (mSlCPU->value());
     
    325331    setTabOrder (mTbBootItemUp, mTbBootItemDown);
    326332    setTabOrder (mTbBootItemDown, mCbApic);
    327 
    328     setTabOrder (mCbApic, mSlCPU);
     333    setTabOrder (mCbApic, mCbEFI);
     334
     335    setTabOrder (mCbEFI, mSlCPU);
    329336    setTabOrder (mSlCPU, mLeCPU);
    330337    setTabOrder (mLeCPU, mCbPae);
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsSystem.ui

    r23400 r23815  
    324324         <property name="text">
    325325          <string>Enable &amp;IO APIC</string>
     326         </property>
     327        </widget>
     328       </item>
     329       <item row="5" column="1" colspan="2">
     330        <widget class="QCheckBox" name="mCbEFI">
     331         <property name="sizePolicy">
     332          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
     333           <horstretch>0</horstretch>
     334           <verstretch>0</verstretch>
     335          </sizepolicy>
     336         </property>
     337         <property name="whatsThis">
     338          <string>When checked, activates support for Extended Firmware Interface (EFI), can be used to boot certain guest OS. Activate only if fully understand consequences.</string>
     339         </property>
     340         <property name="text">
     341          <string>Enable &amp;EFI (special OSes only)</string>
    326342         </property>
    327343        </widget>
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