diff options
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, }, }; |