Changeset 21027 in vbox for trunk/src/VBox
- Timestamp:
- Jun 29, 2009 2:59:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsSystem.cpp
r20285 r21027 391 391 { 392 392 aWarning = tr ( 393 " there is more than one virtual CPU assigned for this VM, which"394 " requires IO-APIC feature to be enabled too, else SMP will not be"395 " able to work, so this feature will be enabled automatically when"396 " you'll accept VM Settings by pressingOK button.");393 "you have assigned more than one virtual CPU to this VM. " 394 "This will not work unless the IO-APIC feature is also enabled. " 395 "This will be done automatically when you accept the VM Settings " 396 "by pressing the OK button."); 397 397 return true; 398 398 } … … 402 402 { 403 403 aWarning = tr ( 404 " there is more than one virtual CPU assigned for this VM, which"405 " requires virtualization feature (VT-x/AMD-V) to be enabled too,"406 " else SMP will not be able to work, so this feature will be enabled"407 " automatically when you'll accept VM Settings by pressingOK button.");404 "you have assigned more than one virtual CPU to this VM. " 405 "This will not work unless hardware virtualization (VT-x/AMD-V) is also enabled. " 406 "This will be done automatically when you accept the VM Settings " 407 "by pressing the OK button."); 408 408 return true; 409 409 }
Note:
See TracChangeset
for help on using the changeset viewer.