summaryrefslogtreecommitdiffstats
path: root/qapi
diff options
context:
space:
mode:
authorVictor Toso2022-09-01 10:58:34 +0200
committerMarkus Armbruster2022-09-07 15:10:13 +0200
commitccc9ddbcbe5a0a8d7d2881bf6b17324016fb994b (patch)
treed56822a2bc3073ae8717bd3ad40c6a3749b3bb64 /qapi
parentqapi: fix example of query-dump-guest-memory-capability command (diff)
downloadqemu-ccc9ddbcbe5a0a8d7d2881bf6b17324016fb994b.tar.gz
qemu-ccc9ddbcbe5a0a8d7d2881bf6b17324016fb994b.tar.xz
qemu-ccc9ddbcbe5a0a8d7d2881bf6b17324016fb994b.zip
qapi: fix example of BLOCK_JOB_READY event
Example output is missing ',' 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-5-victortoso@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/block-core.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json
index 2173e7734a..882b266532 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -5252,7 +5252,7 @@
#
# <- { "event": "BLOCK_JOB_READY",
# "data": { "device": "drive0", "type": "mirror", "speed": 0,
-# "len": 2097152, "offset": 2097152 }
+# "len": 2097152, "offset": 2097152 },
# "timestamp": { "seconds": 1265044230, "microseconds": 450486 } }
#
##