summaryrefslogtreecommitdiffstats
path: root/qapi
diff options
context:
space:
mode:
authorVictor Toso2022-09-01 10:58:31 +0200
committerMarkus Armbruster2022-09-07 15:10:13 +0200
commit5d07159d639603e31f570665946e0817da313302 (patch)
treee5e77872e98acc151c9b4da466c85f5f0d7988c5 /qapi
parentMerge tag 'samuel-thibault' of https://people.debian.org/~sthibault/qemu into... (diff)
downloadqemu-5d07159d639603e31f570665946e0817da313302.tar.gz
qemu-5d07159d639603e31f570665946e0817da313302.tar.xz
qemu-5d07159d639603e31f570665946e0817da313302.zip
qapi: fix example of query-ballon command
Example output has an extra ',' delimiter. Fix it. Problem was noticed when trying to load the example into python's json library. Signed-off-by: Victor Toso <victortoso@redhat.com> Message-Id: <20220901085840.22520-2-victortoso@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/machine.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/machine.json b/qapi/machine.json
index 6afd1936b0..5f1f50d3ed 100644
--- a/qapi/machine.json
+++ b/qapi/machine.json
@@ -1074,7 +1074,7 @@
#
# -> { "execute": "query-balloon" }
# <- { "return": {
-# "actual": 1073741824,
+# "actual": 1073741824
# }
# }
#