aboutsummaryrefslogtreecommitdiffstats
path: root/qerror.c
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-06-08 12:16:24 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2011-06-08 12:16:24 -0500
commit924f766af9be3ff036a419fc85ed740aa01f8eac (patch)
tree8e645fa4dc1be00eb06df8cab7a0501a64cffe55 /qerror.c
parent93e0597ef9fa266756c30e61fafe4b70fc7ce6a6 (diff)
parent37628f11c6b190ebb3082938868aadb23942ee3a (diff)
Merge remote-tracking branch 'qmp/for-anthony' into staging
Diffstat (limited to 'qerror.c')
-rw-r--r--qerror.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/qerror.c b/qerror.c
index c18641f92..d7fcd93ca 100644
--- a/qerror.c
+++ b/qerror.c
@@ -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)",