]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
qapi: fix example of query-ballon command
authorVictor Toso <victortoso@redhat.com>
Thu, 1 Sep 2022 08:58:31 +0000 (10:58 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 7 Sep 2022 13:10:13 +0000 (15:10 +0200)
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>
qapi/machine.json

index 6afd1936b00e4dec4bc355321af00c68809fbad5..5f1f50d3eda492f9adf0b964174f47a57d738f9b 100644 (file)
 #
 # -> { "execute": "query-balloon" }
 # <- { "return": {
-#          "actual": 1073741824,
+#          "actual": 1073741824
 #       }
 #    }
 #