diff options
author | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2018-04-27 12:15:02 +0100 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2018-05-15 22:13:08 +0200 |
commit | 5e50cae409a0f43332efe594a67827cb4ee66c28 (patch) | |
tree | 54bdcc702eff67af00660e581fc85672021ded58 /qapi | |
parent | 71cd73061c014d04bc6b54936e675347ebc8d964 (diff) | |
download | qemu-5e50cae409a0f43332efe594a67827cb4ee66c28.zip |
migration: Textual fixups for blocktime
Blank lines and comments as suggested by Eric.
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20180427111502.9822-1-dgilbert@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/migration.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/qapi/migration.json b/qapi/migration.json index 23ba85ed3a..3ec418dabf 100644 --- a/qapi/migration.json +++ b/qapi/migration.json @@ -162,11 +162,13 @@ # error strings. (Since 2.7) # # @postcopy-blocktime: total time when all vCPU were blocked during postcopy -# live migration (Since 2.13) +# live migration. This is only present when the postcopy-blocktime +# migration capability is enabled. (Since 2.13) # -# @postcopy-vcpu-blocktime: list of the postcopy blocktime per vCPU (Since 2.13) +# @postcopy-vcpu-blocktime: list of the postcopy blocktime per vCPU. This is +# only present when the postcopy-blocktime migration capability +# is enabled. (Since 2.13) # - # # Since: 0.14.0 ## @@ -368,7 +370,6 @@ # # @x-multifd: Use more than one fd for migration (since 2.11) # -# # @dirty-bitmaps: If enabled, QEMU will migrate named dirty bitmaps. # (since 2.12) # |