Changeset 53767 in vbox for trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
- Timestamp:
- Jan 9, 2015 10:52:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r53760 r53767 2355 2355 } while (cTries-- > 0); 2356 2356 } 2357 else if (vrc == VERR_ CPU_HOTPLUG_NOT_MONITORED_BY_GUEST)2357 else if (vrc == VERR_VMMDEV_CPU_HOTPLUG_NOT_MONITORED_BY_GUEST) 2358 2358 { 2359 2359 /* Query one time. It is possible that the user ejected the CPU. */
Note:
See TracChangeset
for help on using the changeset viewer.