VirtualBox

Changeset 36017 in vbox


Ignore:
Timestamp:
Feb 17, 2011 7:39:02 PM (14 years ago)
Author:
vboxsync
Message:

Main: Improve error message if a CPU socket is removed which has still a CPU attached

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r35992 r36017  
    13161316    AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
    13171317
    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*/
    13191319    if (mHWData->mCPUHotPlugEnabled)
    13201320    {
     
    13231323            if (mHWData->mCPUAttached[idx])
    13241324                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"),
    13261327                                CPUCount, idx+1);
    13271328        }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette