VirtualBox

Ignore:
Timestamp:
Jan 9, 2015 10:52:21 PM (10 years ago)
Author:
vboxsync
Message:

s/VERR_CPU_HOTPLUG_NOT_MONITORED_BY_GUEST/VERR_VMMDEV_CPU_HOTPLUG_NOT_MONITORED_BY_GUEST/g - The VERR_CPU_ prefix has been claimed by IPRT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r53760 r53767  
    23552355            } while (cTries-- > 0);
    23562356        }
    2357         else if (vrc == VERR_CPU_HOTPLUG_NOT_MONITORED_BY_GUEST)
     2357        else if (vrc == VERR_VMMDEV_CPU_HOTPLUG_NOT_MONITORED_BY_GUEST)
    23582358        {
    23592359            /* Query one time. It is possible that the user ejected the CPU. */
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