diff options
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/event.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qapi/event.json b/qapi/event.json index 9d1c2f9fe4..f3737b771f 100644 --- a/qapi/event.json +++ b/qapi/event.json @@ -430,6 +430,12 @@ # @pass: An incrementing count (starting at 1 on the first pass) # # Since: 2.6 +# +# Example: +# +# { "timestamp": {"seconds": 1449669631, "microseconds": 239225}, +# "event": "MIGRATION_PASS", "data": {"pass": 2} } +# ## { 'event': 'MIGRATION_PASS', 'data': { 'pass': 'int' } } |