Changeset 30182 in vbox for trunk/src/VBox
- Timestamp:
- Jun 14, 2010 2:23:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/VBoxSettingsDialogSpecific.cpp
r28940 r30182 532 532 return true; 533 533 } 534 535 #ifndef Q_WS_MAC536 /* Guest OS bitness & SMP slider correlation test */537 if (ARCH_BITS == 32 && generalPage && systemPage &&538 generalPage->is64BitOSTypeSelected() && systemPage->cpuCount() > 1)539 {540 aWarning = tr (541 "you have selected a 64-bit guest OS type for this VM. "542 "VirtualBox does not currently support more than one virtual CPU "543 "for 64-bit guests executed on 32-bit hosts.");544 return false;545 }546 #endif547 534 } 548 535
Note:
See TracChangeset
for help on using the changeset viewer.