Changeset 48765 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Sep 30, 2013 8:51:08 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp
r48576 r48765 346 346 347 347 /* VCPU amount test: */ 348 int cTotalCPUs = vboxGlobal().host().GetProcessorOnlineCo unt();348 int cTotalCPUs = vboxGlobal().host().GetProcessorOnlineCoreCount(); 349 349 if (m_pSliderCPUCount->value() > 2 * cTotalCPUs) 350 350 {
Note:
See TracChangeset
for help on using the changeset viewer.