Revision 07574baf qerror.h

b/qerror.h
66 66
#define QERR_DEVICE_NOT_REMOVABLE \
67 67
    "{ 'class': 'DeviceNotRemovable', 'data': { 'device': %s } }"
68 68

  
69
#define QERR_DEVICE_NO_BUS \
70
    "{ 'class': 'DeviceNoBus', 'data': { 'device': %s } }"
71

  
69 72
#define QERR_FD_NOT_FOUND \
70 73
    "{ 'class': 'FdNotFound', 'data': { 'name': %s } }"
71 74

  

Also available in: Unified diff