diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-08-03 15:03:09 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:11:27 -0500 |
commit | f6c64e0eea46f4083afd6f7c281cb24a3c1e2021 (patch) | |
tree | 3706f809ed5100975f4d4d64961540e5d4823e91 /monitor.c | |
parent | 22f2e344748370b2e13888ba1057ebea2579970c (diff) |
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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, }, }; |