projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f11f57e
)
qerror: Add a user string for QERR_FEATURE_DISABLED
author
Luiz Capitulino
<lcapitulino@redhat.com>
Wed, 19 Oct 2011 17:15:57 +0000
(15:15 -0200)
committer
Luiz Capitulino
<lcapitulino@redhat.com>
Thu, 27 Oct 2011 13:48:47 +0000
(11:48 -0200)
Missing from commit
821601ea5b
.
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
qerror.c
patch
|
blob
|
history
diff --git
a/qerror.c
b/qerror.c
index 68998d4bab9b4b1c7a5063f79b0869805616e954..4b48b396608c4d3ba37d30ab40cb7ccbaadc0a11 100644
(file)
--- a/
qerror.c
+++ b/
qerror.c
@@
-116,6
+116,10
@@
static const QErrorStringTable qerror_table[] = {
.error_fmt = QERR_FD_NOT_SUPPLIED,
.desc = "No file descriptor supplied via SCM_RIGHTS",
},
+ {
+ .error_fmt = QERR_FEATURE_DISABLED,
+ .desc = "The feature '%(name)' is not enabled",
+ },
{
.error_fmt = QERR_INVALID_BLOCK_FORMAT,
.desc = "Invalid block format '%(name)'",