From: Victor Toso Date: Thu, 1 Sep 2022 08:58:31 +0000 (+0200) Subject: qapi: fix example of query-ballon command X-Git-Tag: v7.2.0-rc0~91^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d07159d639603e31f570665946e0817da313302;p=thirdparty%2Fqemu.git 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 Message-Id: <20220901085840.22520-2-victortoso@redhat.com> Signed-off-by: Markus Armbruster --- diff --git a/qapi/machine.json b/qapi/machine.json index 6afd1936b00..5f1f50d3eda 100644 --- a/qapi/machine.json +++ b/qapi/machine.json @@ -1074,7 +1074,7 @@ # # -> { "execute": "query-balloon" } # <- { "return": { -# "actual": 1073741824, +# "actual": 1073741824 # } # } #