qapi: run-state examples: add missing @timestamp
authorVictor Toso <victortoso@redhat.com>
Mon, 28 Mar 2022 14:06:00 +0000 (16:06 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 31 Mar 2022 10:34:52 +0000 (12:34 +0200)
The changed examples were lacking mandatory member @timestamp.
Provide it.

Signed-off-by: Victor Toso <victortoso@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-Id: <20220328140604.41484-11-victortoso@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
qapi/run-state.json

index 1b9f64c9cdbcd0f66560616b1f246261447b5e06..7f1c788c4ecbef694ef9a454d56ad32c4490a49f 100644 (file)
 # Example:
 #
 # <- { "event": "GUEST_PANICKED",
-#      "data": { "action": "pause" } }
+#      "data": { "action": "pause" },
+#      "timestamp": { "seconds": 1648245231, "microseconds": 900001 } }
 #
 ##
 { 'event': 'GUEST_PANICKED',
 # Example:
 #
 # <- { "event": "GUEST_CRASHLOADED",
-#      "data": { "action": "run" } }
+#      "data": { "action": "run" },
+#      "timestamp": { "seconds": 1648245259, "microseconds": 893771 } }
 #
 ##
 { 'event': 'GUEST_CRASHLOADED',