diff options
| author | Anthony Liguori | 2011-02-16 15:47:13 +0100 |
|---|---|---|
| committer | Anthony Liguori | 2011-02-16 15:47:13 +0100 |
| commit | 79f2b6fcdb7c06cdce6eccc796f5651f3efb843e (patch) | |
| tree | fcb22804f1845c77206bbfe6ff2f3470deea014f /qerror.c | |
| parent | Merge remote branch 'qemu-kvm/uq/master' into staging (diff) | |
| parent | qcow2: Fix order in L2 table COW (diff) | |
| download | qemu-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.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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)", }, |
