summaryrefslogtreecommitdiff
path: root/qapi/migration.json
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2022-05-03 09:37:32 +0200
committerMarkus Armbruster <armbru@redhat.com>2022-05-16 07:22:28 +0200
commit4ae65a52658c264caebcb3a31effccf582822a6d (patch)
treed3d6fa3888395dd6504de1bde5e8d3d6cb11b9c9 /qapi/migration.json
parent406dfba614edc8629f60f03eb7c26bf4e426137d (diff)
qapi: Add missing separators between sections
This only affects readability. The generated documentation doesn't change. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20220503073737.84223-4-abologna@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi/migration.json')
-rw-r--r--qapi/migration.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/qapi/migration.json b/qapi/migration.json
index 409eb086a2..fc1c157d3f 100644
--- a/qapi/migration.json
+++ b/qapi/migration.json
@@ -1422,7 +1422,9 @@
# @state: The state the migration is currently expected to be in
#
# Returns: nothing on success
+#
# Since: 2.11
+#
# Example:
#
# -> { "execute": "migrate-continue" , "arguments":
@@ -1736,6 +1738,7 @@
# Since: 4.2
#
# Example:
+#
# <- { "event": "UNPLUG_PRIMARY",
# "data": { "device-id": "hostdev0" },
# "timestamp": { "seconds": 1265044230, "microseconds": 450486 } }
@@ -1845,6 +1848,7 @@
# Since: 5.2
#
# Example:
+#
# {"execute": "calc-dirty-rate", "arguments": {"calc-time": 1,
# 'sample-pages': 512} }
#