Changeset 3183 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui
- Timestamp:
- Jun 20, 2007 1:23:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui
r3141 r3183 1109 1109 the Input Output APIC (IO APIC), which may slightly decrease the VM performance. <b>Note:</b> don't disable 1110 1110 this feature after having installed a Windows guest operating system!</qt></string> 1111 </property> 1112 </widget> 1113 <widget class="QCheckBox"> 1114 <property name="name"> 1115 <cstring>chbVTX</cstring> 1116 </property> 1117 <property name="text"> 1118 <string>Enable &VT-x/AMD-V</string> 1119 </property> 1120 <property name="accel"> 1121 <string>Alt+V</string> 1122 </property> 1123 <property name="tristate"> 1124 <bool>true</bool> 1125 </property> 1126 <property name="whatsThis" stdset="0"> 1127 <string>When checked, the virtual machine will try to make use of the host CPU's hardware virtualization extensions such as Intel VT-x and AMD-V. The third checkbox state means that this setting is determined by the value of the global setting.</string> 1111 1128 </property> 1112 1129 </widget> … … 2940 2957 <tabstop>chbEnableACPI</tabstop> 2941 2958 <tabstop>chbEnableIOAPIC</tabstop> 2959 <tabstop>chbVTX</tabstop> 2942 2960 <tabstop>cbSharedClipboard</tabstop> 2943 2961 <tabstop>leSnapshotFolder</tabstop>
Note:
See TracChangeset
for help on using the changeset viewer.