VirtualBox

Changeset 53767 in vbox for trunk/include/VBox


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.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r53466 r53767  
    21672167/** @} */
    21682168
    2169 /** @name VBox CPU hotplug Status codes
     2169/** @name VBox VMMDev Status codes
    21702170 * @{
    21712171 */
    21722172/** CPU hotplug events from VMMDev are not monitored by the guest. */
    2173 #define VERR_CPU_HOTPLUG_NOT_MONITORED_BY_GUEST    (-4700)
     2173#define VERR_VMMDEV_CPU_HOTPLUG_NOT_MONITORED_BY_GUEST      (-4700)
    21742174/** @} */
    21752175
  • trunk/include/VBox/err.mac

    r53626 r53767  
    807807%define VERR_COM_OBJECT_IN_USE    (VERR_COM_VBOX_LOWEST + 12)
    808808%define VERR_COM_DONT_CALL_AGAIN    (VERR_COM_VBOX_LOWEST + 13)
    809 %define VERR_CPU_HOTPLUG_NOT_MONITORED_BY_GUEST    (-4700)
     809%define VERR_VMMDEV_CPU_HOTPLUG_NOT_MONITORED_BY_GUEST    (-4700)
    810810%define VINF_AIO_TASK_PENDING    4800
    811811%define VERR_VSCSI_LUN_TYPE_NOT_SUPPORTED    (-4900)
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