aboutsummaryrefslogtreecommitdiff
path: root/qerror.c
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2011-02-09 11:09:38 +0100
committerKevin Wolf <kwolf@redhat.com>2011-02-10 13:23:44 +0100
commitf54e3641122e51c6343d587805422642f307462e (patch)
tree1bdf8a834ccbfce89188f31fff2079a4caa2518a /qerror.c
parent8af364884355b3f0c5d60a2d2f427927739658ea (diff)
qerror: Add QERR_UNKNOWN_BLOCK_FORMAT_FEATURE
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qerror.c')
-rw-r--r--qerror.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/qerror.c b/qerror.c
index 9d0cdeb45c..485560418b 100644
--- a/qerror.c
+++ b/qerror.c
@@ -201,6 +201,11 @@ static const QErrorStringTable qerror_table[] = {
.desc = "An undefined error has ocurred",
},
{
+ .error_fmt = QERR_UNKNOWN_BLOCK_FORMAT_FEATURE,
+ .desc = "'%(device)' uses a %(format) feature which is not "
+ "supported by this qemu version: %(feature)",
+ },
+ {
.error_fmt = QERR_VNC_SERVER_FAILED,
.desc = "Could not start VNC server on %(target)",
},