]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qmp-events: move 'MIGRATION_PASS' doc to schema
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 23 Jun 2016 14:45:54 +0000 (16:45 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 16 Jan 2017 08:19:50 +0000 (09:19 +0100)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
docs/qmp-events.txt [deleted file]
qapi/event.json

diff --git a/docs/qmp-events.txt b/docs/qmp-events.txt
deleted file mode 100644 (file)
index d84be5f..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-                   QEMU Machine Protocol Events
-                   ============================
-
-MIGRATION_PASS
---------------
-
-Emitted from the source side of a migration at the start of each pass
-(when it syncs the dirty bitmap)
-
-Data: None.
-
-  - "pass": An incrementing count (starting at 1 on the first pass)
-
-Example:
-{"timestamp": {"seconds": 1449669631, "microseconds": 239225},
- "event": "MIGRATION_PASS", "data": {"pass": 2}}
index 9d1c2f9fe4e5896a058e2f988444c8cd0917ac45..f3737b771fd35fe65dae937525dc75d560c14b1a 100644 (file)
 # @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' } }