summaryrefslogtreecommitdiffstats
path: root/qerror.c
diff options
context:
space:
mode:
authorAnthony Liguori2011-02-16 15:47:13 +0100
committerAnthony Liguori2011-02-16 15:47:13 +0100
commit79f2b6fcdb7c06cdce6eccc796f5651f3efb843e (patch)
treefcb22804f1845c77206bbfe6ff2f3470deea014f /qerror.c
parentMerge remote branch 'qemu-kvm/uq/master' into staging (diff)
parentqcow2: Fix order in L2 table COW (diff)
downloadqemu-79f2b6fcdb7c06cdce6eccc796f5651f3efb843e.tar.gz
qemu-79f2b6fcdb7c06cdce6eccc796f5651f3efb843e.tar.xz
qemu-79f2b6fcdb7c06cdce6eccc796f5651f3efb843e.zip
Merge remote branch 'kwolf/for-anthony' into staging
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)",
},