Changeset 36017 in vbox
- Timestamp:
- Feb 17, 2011 7:39:02 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r35992 r36017 1316 1316 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); 1317 1317 1318 /* We cant go below the current number of CPUs if hotplug is enabled*/1318 /* We cant go below the current number of CPUs attached if hotplug is enabled*/ 1319 1319 if (mHWData->mCPUHotPlugEnabled) 1320 1320 { … … 1323 1323 if (mHWData->mCPUAttached[idx]) 1324 1324 return setError(E_INVALIDARG, 1325 tr(": %lu (must be higher than or equal to %lu)"), 1325 tr("There is still a CPU attached to socket %lu." 1326 "Detach the CPU before removing the socket"), 1326 1327 CPUCount, idx+1); 1327 1328 }
Note:
See TracChangeset
for help on using the changeset viewer.

