Skip to content

Commit

Permalink
qapi: run-state examples: add missing @timestamp
Browse files Browse the repository at this point in the history
The changed examples were lacking mandatory member @timestamp.
Provide it.

Signed-off-by: Victor Toso <[email protected]>
Reviewed-by: John Snow <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
  • Loading branch information
victortoso authored and Markus Armbruster committed Mar 31, 2022
1 parent d219119 commit 1c4ec79
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions qapi/run-state.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,8 @@
# Example:
#
# <- { "event": "GUEST_PANICKED",
# "data": { "action": "pause" } }
# "data": { "action": "pause" },
# "timestamp": { "seconds": 1648245231, "microseconds": 900001 } }
#
##
{ 'event': 'GUEST_PANICKED',
Expand All @@ -446,7 +447,8 @@
# Example:
#
# <- { "event": "GUEST_CRASHLOADED",
# "data": { "action": "run" } }
# "data": { "action": "run" },
# "timestamp": { "seconds": 1648245259, "microseconds": 893771 } }
#
##
{ 'event': 'GUEST_CRASHLOADED',
Expand Down

0 comments on commit 1c4ec79

Please sign in to comment.