Skip to content

Commit 231aaf3

Browse files
elmarcoMarkus Armbruster
authored andcommitted
qmp-events: move 'MIGRATION_PASS' doc to schema
Signed-off-by: Marc-André Lureau <[email protected]> Signed-off-by: Markus Armbruster <[email protected]>
1 parent a102a4a commit 231aaf3

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

docs/qmp-events.txt

Lines changed: 0 additions & 16 deletions
This file was deleted.

qapi/event.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,12 @@
430430
# @pass: An incrementing count (starting at 1 on the first pass)
431431
#
432432
# Since: 2.6
433+
#
434+
# Example:
435+
#
436+
# { "timestamp": {"seconds": 1449669631, "microseconds": 239225},
437+
# "event": "MIGRATION_PASS", "data": {"pass": 2} }
438+
#
433439
##
434440
{ 'event': 'MIGRATION_PASS',
435441
'data': { 'pass': 'int' } }

0 commit comments

Comments
 (0)