diff options
Diffstat (limited to 'qapi/event.json')
-rw-r--r-- | qapi/event.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qapi/event.json b/qapi/event.json index 5484324664..ebf45cf7ed 100644 --- a/qapi/event.json +++ b/qapi/event.json @@ -410,6 +410,13 @@ # @status: @MigrationStatus describing the current migration status. # # Since: 2.4 +# +# Example: +# +# <- {"timestamp": {"seconds": 1432121972, "microseconds": 744001}, +# "event": "MIGRATION", +# "data": {"status": "completed"} } +# ## { 'event': 'MIGRATION', 'data': {'status': 'MigrationStatus'}} |