qapi: run-state examples: add missing @timestamp
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>
This commit is contained in:
parent
d219119fe3
commit
1c4ec79114
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user