aboutsummaryrefslogtreecommitdiff
path: root/qga/qapi-schema.json
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2024-02-27 12:39:20 +0100
committerMarkus Armbruster <armbru@redhat.com>2024-03-04 07:12:40 +0100
commitab07e96c46c757ac1a020bd1cf4c81633fc88750 (patch)
tree597ea7abbc2945903cfb5485c3dbffc40b7d20b9 /qga/qapi-schema.json
parente22955e7f6289dcf00e0aba3b08d6af46f993d2d (diff)
downloadqemu-ab07e96c46c757ac1a020bd1cf4c81633fc88750.zip
qemu-ab07e96c46c757ac1a020bd1cf4c81633fc88750.tar.gz
qemu-ab07e96c46c757ac1a020bd1cf4c81633fc88750.tar.bz2
qga/qapi-schema: Fix guest-set-memory-blocks documentation
Documentation claims the command can "return NULL". "NULL" doesn't exist in JSON. "null" does, but the command returns lists, and null isn't. Correct documentation to "return an empty list". Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20240227113921.236097-13-armbru@redhat.com>
Diffstat (limited to 'qga/qapi-schema.json')
-rw-r--r--qga/qapi-schema.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json
index 2ea1022..9554b56 100644
--- a/qga/qapi-schema.json
+++ b/qga/qapi-schema.json
@@ -1176,9 +1176,9 @@
# @GuestMemoryBlockResponse, which is corresponding to the input
# list.
#
-# Note: it will return NULL if the @mem-blks list was empty on
-# input, or there is an error, and in this case, guest state will
-# not be changed.
+# Note: it will return an empty list if the @mem-blks list was
+# empty on input, or there is an error, and in this case, guest
+# state will not be changed.
#
# Since: 2.3
##