Merge remote-tracking branch 'qmp/for-anthony' into staging
This commit is contained in:
commit
924f766af9
6 changed files with 91 additions and 25 deletions
4
qerror.c
4
qerror.c
|
|
@ -200,6 +200,10 @@ static const QErrorStringTable qerror_table[] = {
|
|||
.error_fmt = QERR_UNDEFINED_ERROR,
|
||||
.desc = "An undefined error has ocurred",
|
||||
},
|
||||
{
|
||||
.error_fmt = QERR_UNSUPPORTED,
|
||||
.desc = "this feature or command is not currently supported",
|
||||
},
|
||||
{
|
||||
.error_fmt = QERR_UNKNOWN_BLOCK_FORMAT_FEATURE,
|
||||
.desc = "'%(device)' uses a %(format) feature which is not "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue