qmp-events: move 'DUMP_COMPLETED' doc to schema
[qemu/kevin.git] / docs / qmp-events.txt
blobd84be5fdd48f612b3f8ba79f890da5daa361ccd6
1                    QEMU Machine Protocol Events
2                    ============================
4 MIGRATION_PASS
5 --------------
7 Emitted from the source side of a migration at the start of each pass
8 (when it syncs the dirty bitmap)
10 Data: None.
12   - "pass": An incrementing count (starting at 1 on the first pass)
14 Example:
15 {"timestamp": {"seconds": 1449669631, "microseconds": 239225},
16  "event": "MIGRATION_PASS", "data": {"pass": 2}}