From: Victor Toso Date: Mon, 28 Mar 2022 14:05:55 +0000 (+0200) Subject: qapi: fix example of DUMP_COMPLETED event X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=077a5b1ec39bee4c20f3ba5ca0800cbfe400cde3;p=qemu.git qapi: fix example of DUMP_COMPLETED event Example output lacks mandatory member @timestamp. Provide it. Example output is not properly formatted. Fixing it by: - Adding '<-' to signalize it is receiving the data; - Adding extra spaces around members @result, @total and @completed Signed-off-by: Victor Toso Reviewed-by: Markus Armbruster Reviewed-by: John Snow Message-Id: <20220328140604.41484-6-victortoso@redhat.com> Signed-off-by: Markus Armbruster --- diff --git a/qapi/dump.json b/qapi/dump.json index f7c4267e3f..9119c82b14 100644 --- a/qapi/dump.json +++ b/qapi/dump.json @@ -161,9 +161,10 @@ # # Example: # -# { "event": "DUMP_COMPLETED", -# "data": {"result": {"total": 1090650112, "status": "completed", -# "completed": 1090650112} } } +# <- { "event": "DUMP_COMPLETED", +# "data": { "result": { "total": 1090650112, "status": "completed", +# "completed": 1090650112 } }, +# "timestamp": { "seconds": 1648244171, "microseconds": 950316 } } # ## { 'event': 'DUMP_COMPLETED' ,