From: Victor Toso Date: Thu, 1 Sep 2022 08:58:34 +0000 (+0200) Subject: qapi: fix example of BLOCK_JOB_READY event X-Git-Tag: v7.2.0-rc0~91^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ccc9ddbcbe5a0a8d7d2881bf6b17324016fb994b;p=thirdparty%2Fqemu.git 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 Message-Id: <20220901085840.22520-5-victortoso@redhat.com> Signed-off-by: Markus Armbruster --- diff --git a/qapi/block-core.json b/qapi/block-core.json index 2173e7734a4..882b2665321 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 } } # ##