Signed-off-by: Victor Toso <victort...@redhat.com> --- qapi/run-state.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/qapi/run-state.json b/qapi/run-state.json index 1b9f64c9cd..f87b9378ac 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": 1267061043, "microseconds": 959568 } } # ## { 'event': 'GUEST_PANICKED', @@ -446,7 +447,8 @@ # Example: # # <- { "event": "GUEST_CRASHLOADED", -# "data": { "action": "run" } } +# "data": { "action": "run" }, +# "timestamp": { "seconds": 1267061043, "microseconds": 959568 } } # ## { 'event': 'GUEST_CRASHLOADED', -- 2.35.1