From: Victor Toso Date: Mon, 28 Mar 2022 14:06:00 +0000 (+0200) Subject: qapi: run-state examples: add missing @timestamp X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1c4ec79114f1fc3105cad946a3df0ee1328eb6d3;p=qemu.git qapi: run-state examples: add missing @timestamp The changed examples were lacking mandatory member @timestamp. Provide it. Signed-off-by: Victor Toso Reviewed-by: John Snow Message-Id: <20220328140604.41484-11-victortoso@redhat.com> Reviewed-by: Markus Armbruster Signed-off-by: Markus Armbruster --- diff --git a/qapi/run-state.json b/qapi/run-state.json index 1b9f64c9cd..7f1c788c4e 100644 --- a/qapi/run-state.json +++ b/qapi/run-state.json @@ -426,7 +426,8 @@ # Example: # # <- { "event": "GUEST_PANICKED", -# "data": { "action": "pause" } } +# "data": { "action": "pause" }, +# "timestamp": { "seconds": 1648245231, "microseconds": 900001 } } # ## { 'event': 'GUEST_PANICKED', @@ -446,7 +447,8 @@ # Example: # # <- { "event": "GUEST_CRASHLOADED", -# "data": { "action": "run" } } +# "data": { "action": "run" }, +# "timestamp": { "seconds": 1648245259, "microseconds": 893771 } } # ## { 'event': 'GUEST_CRASHLOADED',