From f54e3641122e51c6343d587805422642f307462e Mon Sep 17 00:00:00 2001 From: Kevin Wolf Date: Wed, 9 Feb 2011 11:09:38 +0100 Subject: qerror: Add QERR_UNKNOWN_BLOCK_FORMAT_FEATURE Signed-off-by: Kevin Wolf Reviewed-by: Anthony Liguori --- qerror.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qerror.c') diff --git a/qerror.c b/qerror.c index 9d0cdeb..4855604 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)", }, -- cgit v1.1