aboutsummaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
authorDavid Hildenbrand <david@redhat.com>2021-05-10 13:43:24 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2021-06-15 20:27:38 +0200
commit157cfaf9b21c90a7c874ce80c4c1c9b1187ad244 (patch)
treecede14f25b606f491f26731ecd1595f699dbba97 /qapi
parent9181fb7043edcf096e0ae426cc3fb6f669c7fcb5 (diff)
downloadqemu-157cfaf9b21c90a7c874ce80c4c1c9b1187ad244.zip
qemu-157cfaf9b21c90a7c874ce80c4c1c9b1187ad244.tar.gz
qemu-157cfaf9b21c90a7c874ce80c4c1c9b1187ad244.tar.bz2
qmp: Clarify memory backend properties returned via query-memdev
We return information on the currently configured memory backends and don't configure them, so decribe what the currently set properties express. Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Eduardo Habkost <ehabkost@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Suggested-by: Markus Armbruster <armbru@redhat.com> Acked-by: Eduardo Habkost <ehabkost@redhat.com> for memory backend and machine core Cc: Eric Blake <eblake@redhat.com> Cc: Markus Armbruster <armbru@redhat.com> Cc: Igor Mammedov <imammedo@redhat.com> Signed-off-by: David Hildenbrand <david@redhat.com> Message-Id: <20210510114328.21835-12-david@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/machine.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/qapi/machine.json b/qapi/machine.json
index 58a9c86..eb14364 100644
--- a/qapi/machine.json
+++ b/qapi/machine.json
@@ -790,11 +790,11 @@
#
# @size: memory backend size
#
-# @merge: enables or disables memory merge support
+# @merge: whether memory merge support is enabled
#
-# @dump: includes memory backend's memory in a core dump or not
+# @dump: whether memory backend's memory is included in a core dump
#
-# @prealloc: enables or disables memory preallocation
+# @prealloc: whether memory was preallocated
#
# @host-nodes: host nodes for its memory policy
#