summaryrefslogtreecommitdiff
path: root/qerror.c
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2010-02-19 18:06:18 +0100
committerMarkus Armbruster <armbru@redhat.com>2010-03-16 17:45:34 +0100
commit07574baf7b714a10e35b716b0eb6ede197adfca7 (patch)
tree067cd2e4d488b472259861784a59147689aaab14 /qerror.c
parent1ae787184025b7e890a666e0041024a3d92529ce (diff)
downloadqemu-07574baf7b714a10e35b716b0eb6ede197adfca7.tar.gz
error: New QERR_DEVICE_NO_BUS
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 c14ec80b81..b176d7c5ac 100644
--- a/qerror.c
+++ b/qerror.c
@@ -73,6 +73,10 @@ static const QErrorStringTable qerror_table[] = {
.desc = "Device '%(device)' is not removable",
},
{
+ .error_fmt = QERR_DEVICE_NO_BUS,
+ .desc = "Device '%(device)' has no child bus",
+ },
+ {
.error_fmt = QERR_FD_NOT_FOUND,
.desc = "File descriptor named '%(name)' not found",
},