Revision 4c5a1e4d

b/qerror.c
201 201
        .desc      = "An undefined error has ocurred",
202 202
    },
203 203
    {
204
        .error_fmt = QERR_UNSUPPORTED,
205
        .desc      = "this feature or command is not currently supported",
206
    },
207
    {
204 208
        .error_fmt = QERR_UNKNOWN_BLOCK_FORMAT_FEATURE,
205 209
        .desc      = "'%(device)' uses a %(format) feature which is not "
206 210
                     "supported by this qemu version: %(feature)",
b/qerror.h
165 165
#define QERR_UNDEFINED_ERROR \
166 166
    "{ 'class': 'UndefinedError', 'data': {} }"
167 167

  
168
#define QERR_UNSUPPORTED \
169
    "{ 'class': 'Unsupported', 'data': {} }"
170

  
168 171
#define QERR_UNKNOWN_BLOCK_FORMAT_FEATURE \
169 172
    "{ 'class': 'UnknownBlockFormatFeature', 'data': { 'device': %s, 'format': %s, 'feature': %s } }"
170 173

  

Also available in: Unified diff