diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-06-08 12:16:24 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-06-08 12:16:24 -0500 |
commit | 924f766af9be3ff036a419fc85ed740aa01f8eac (patch) | |
tree | 8e645fa4dc1be00eb06df8cab7a0501a64cffe55 /qerror.c | |
parent | 93e0597ef9fa266756c30e61fafe4b70fc7ce6a6 (diff) | |
parent | 37628f11c6b190ebb3082938868aadb23942ee3a (diff) |
Merge remote-tracking branch 'qmp/for-anthony' into staging
Diffstat (limited to 'qerror.c')
-rw-r--r-- | qerror.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -201,6 +201,10 @@ static const QErrorStringTable qerror_table[] = { .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 " "supported by this qemu version: %(feature)", |