aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2009-12-07 21:37:10 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-12-07 16:34:35 -0600
commitc7c338c49712eceef0ef584249856928de30cb45 (patch)
tree7fdc402d2ba11478a353623db42f231283895e20 /qerror.c
parentmonitor: convert do_change() to QObject, QError (diff)
downloadqemu-kvm-c7c338c49712eceef0ef584249856928de30cb45.tar.gz
qemu-kvm-c7c338c49712eceef0ef584249856928de30cb45.tar.bz2
qemu-kvm-c7c338c49712eceef0ef584249856928de30cb45.zip
QError: New QERR_FD_NOT_FOUND
Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qerror.c')
-rw-r--r--qerror.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/qerror.c b/qerror.c
index 128a91e56..d75c69aa3 100644
--- a/qerror.c
+++ b/qerror.c
@@ -65,6 +65,10 @@ static const QErrorStringTable qerror_table[] = {
.desc = "Device %(device) is not removable",
},
{
+ .error_fmt = QERR_FD_NOT_FOUND,
+ .desc = "Failed to find file descriptor named %(name)",
+ },
+ {
.error_fmt = QERR_INVALID_BLOCK_FORMAT,
.desc = "Invalid block format %(name)",
},