summaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-08-03 15:03:09 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-10 13:11:27 -0500
commitf6c64e0eea46f4083afd6f7c281cb24a3c1e2021 (patch)
tree3706f809ed5100975f4d4d64961540e5d4823e91 /monitor.c
parent22f2e344748370b2e13888ba1057ebea2579970c (diff)
downloadqemu-f6c64e0eea46f4083afd6f7c281cb24a3c1e2021.tar.gz
rename "info qdrv" to "info qdm"
As requested by avi: driver != device model. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/monitor.c b/monitor.c
index 4b270d98f6..362322b246 100644
--- a/monitor.c
+++ b/monitor.c
@@ -1882,8 +1882,8 @@ static const mon_cmd_t info_cmds[] = {
"", "show balloon information" },
{ "qtree", "", do_info_qtree,
"", "show device tree" },
- { "qdrv", "", do_info_qdrv,
- "", "show qdev driver list" },
+ { "qdm", "", do_info_qdm,
+ "", "show qdev device model list" },
{ NULL, NULL, },
};