diff options
author | Igor Mammedov <imammedo@redhat.com> | 2014-06-19 16:14:43 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2014-06-23 17:37:59 +0300 |
commit | 8f4e5ac3e27f832c09d5de274c84a7f22de0e4dd (patch) | |
tree | 5ad81b3b4b992f037e19ba1c3d755b4861e70a83 /monitor.c | |
parent | 8617343faae6ba7e916137c6c9e3ef22c00565d8 (diff) |
qapi/hmp: use 'backend' instead of 'device' with memory backend
fixup documentation comments and HMP message/help text
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'monitor.c')
-rw-r--r-- | monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2968,7 +2968,7 @@ static mon_cmd_t info_cmds[] = { .name = "memdev", .args_type = "", .params = "", - .help = "show the memory device", + .help = "show memory backends", .mhandler.cmd = hmp_info_memdev, }, { |