X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=qerror.h;fp=qerror.h;h=b0f69dabe520ade0eee541a309f2dcfc66435a6d;hb=180c22e18b0a9be21445271f94347238b0bc0a25;hp=943a24b4e5b2142d00c409ea958c2faf9cd047c8;hpb=c574ba5a4ce0faee6a687412804d6045ef815327;p=qemu.git diff --git a/qerror.h b/qerror.h index 943a24b4e..b0f69dabe 100644 --- a/qerror.h +++ b/qerror.h @@ -90,6 +90,9 @@ QError *qobject_to_qerror(const QObject *obj); #define QERR_DEVICE_NO_BUS \ "{ 'class': 'DeviceNoBus', 'data': { 'device': %s } }" +#define QERR_DEVICE_NO_HOTPLUG \ + "{ 'class': 'DeviceNoHotplug', 'data': { 'device': %s } }" + #define QERR_DUPLICATE_ID \ "{ 'class': 'DuplicateId', 'data': { 'id': %s, 'object': %s } }"