From: David Hildenbrand <da...@redhat.com> 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é <phi...@redhat.com> Reviewed-by: Eduardo Habkost <ehabk...@redhat.com> Reviewed-by: Markus Armbruster <arm...@redhat.com> Suggested-by: Markus Armbruster <arm...@redhat.com> Acked-by: Eduardo Habkost <ehabk...@redhat.com> for memory backend and machine core Cc: Eric Blake <ebl...@redhat.com> Cc: Markus Armbruster <arm...@redhat.com> Cc: Igor Mammedov <imamm...@redhat.com> Signed-off-by: David Hildenbrand <da...@redhat.com> Message-Id: <20210510114328.21835-12-da...@redhat.com> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> --- qapi/machine.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qapi/machine.json b/qapi/machine.json index 58a9c86b36..eb14364819 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 # -- 2.31.1