summaryrefslogtreecommitdiff
path: root/hmp.c
diff options
context:
space:
mode:
authorIgor Mammedov <imammedo@redhat.com>2014-06-19 16:14:43 +0200
committerMichael S. Tsirkin <mst@redhat.com>2014-06-23 17:37:59 +0300
commit8f4e5ac3e27f832c09d5de274c84a7f22de0e4dd (patch)
tree5ad81b3b4b992f037e19ba1c3d755b4861e70a83 /hmp.c
parent8617343faae6ba7e916137c6c9e3ef22c00565d8 (diff)
downloadqemu-8f4e5ac3e27f832c09d5de274c84a7f22de0e4dd.tar.gz
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 'hmp.c')
-rw-r--r--hmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hmp.c b/hmp.c
index 41006f5eef..e183a79b8a 100644
--- a/hmp.c
+++ b/hmp.c
@@ -1692,7 +1692,7 @@ void hmp_info_memdev(Monitor *mon, const QDict *qdict)
ov = string_output_visitor_new(false);
visit_type_uint16List(string_output_get_visitor(ov),
&m->value->host_nodes, NULL, NULL);
- monitor_printf(mon, "memory device %d\n", i);
+ monitor_printf(mon, "memory backend: %d\n", i);
monitor_printf(mon, " size: %" PRId64 "\n", m->value->size);
monitor_printf(mon, " merge: %s\n",
m->value->merge ? "true" : "false");