diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2011-02-16 08:47:13 -0600 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-02-16 08:47:13 -0600 |
| commit | 79f2b6fcdb7c06cdce6eccc796f5651f3efb843e (patch) | |
| tree | fcb22804f1845c77206bbfe6ff2f3470deea014f /qerror.c | |
| parent | c5d69e6bbf37bf5e3882060764b15e018e6a5321 (diff) | |
| parent | 16fde5f2c2788232b16c06d34d0459a5c1ec1f6c (diff) | |
| download | focaccia-qemu-79f2b6fcdb7c06cdce6eccc796f5651f3efb843e.tar.gz focaccia-qemu-79f2b6fcdb7c06cdce6eccc796f5651f3efb843e.zip | |
Merge remote branch 'kwolf/for-anthony' into staging
Diffstat (limited to 'qerror.c')
| -rw-r--r-- | qerror.c | 5 |
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)", }, |