Changeset 49912 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Dec 15, 2013 7:00:52 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91294
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp
r48765 r49912 661 661 /* Load configuration: */ 662 662 CSystemProperties properties = vboxGlobal().virtualBox().GetSystemProperties(); 663 uint hostCPUs = vboxGlobal().host().GetProcessor Count();663 uint hostCPUs = vboxGlobal().host().GetProcessorOnlineCoreCount(); 664 664 m_uMinGuestCPU = properties.GetMinGuestCPUCount(); 665 665 m_uMaxGuestCPU = qMin(2 * hostCPUs, (uint)properties.GetMaxGuestCPUCount());
Note:
See TracChangeset
for help on using the changeset viewer.