Changeset 14807 in vbox for trunk/src/VBox
- Timestamp:
- Nov 29, 2008 3:49:30 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsGeneral.cpp
r14565 r14807 202 202 bool fVTxAMDVSupported = vboxGlobal().virtualBox().GetHost() 203 203 .GetProcessorFeature (KProcessorFeature_HWVirtEx); 204 #ifdef Q_WS_MAC205 /* Not currently available on the Mac. */206 fVTxAMDVSupported = false;207 #endif208 204 mCbVirt->setEnabled (fVTxAMDVSupported); 209 205 aMachine.GetHWVirtExEnabled() == KTSBool_True ?
Note:
See TracChangeset
for help on using the changeset viewer.