mirror of https://github.com/xemu-project/xemu.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 <victortoso@redhat.com> Message-Id: <20220901085840.22520-2-victortoso@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
946e9bccf1
commit
5d07159d63
|
@ -1074,7 +1074,7 @@
|
|||
#
|
||||
# -> { "execute": "query-balloon" }
|
||||
# <- { "return": {
|
||||
# "actual": 1073741824,
|
||||
# "actual": 1073741824
|
||||
# }
|
||||
# }
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue