qapi: Normalize version references x.y.0 to just x.y

We use x.y most of the time, and x.y.0 sometimes.  Normalize for
consistency.

Reported-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20201118064158.3359056-1-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
Markus Armbruster
2020-12-10 17:16:44 +01:00
parent 6cc0667d9b
commit 9bc6e893b7
15 changed files with 123 additions and 123 deletions
+8 -8
View File
@@ -46,7 +46,7 @@
# @pages-per-second: the number of memory pages transferred per second
# (Since 4.0)
#
# Since: 0.14.0
# Since: 0.14
##
{ 'struct': 'MigrationStats',
'data': {'transferred': 'int', 'remaining': 'int', 'total': 'int' ,
@@ -224,7 +224,7 @@
# only returned if VFIO device is present, migration is supported by all
# VFIO devices and status is 'active' or 'completed' (since 5.2)
#
# Since: 0.14.0
# Since: 0.14
##
{ 'struct': 'MigrationInfo',
'data': {'*status': 'MigrationStatus', '*ram': 'MigrationStats',
@@ -252,7 +252,7 @@
#
# Returns: @MigrationInfo
#
# Since: 0.14.0
# Since: 0.14
#
# Example:
#
@@ -1143,7 +1143,7 @@
# @tls-port: spice tcp port for tls-secured channels
# @cert-subject: server certificate subject
#
# Since: 0.14.0
# Since: 0.14
#
# Example:
#
@@ -1343,7 +1343,7 @@
#
# Notes: This command succeeds even if there is no migration process running.
#
# Since: 0.14.0
# Since: 0.14
#
# Example:
#
@@ -1383,7 +1383,7 @@
#
# Returns: nothing on success
#
# Since: 0.14.0
# Since: 0.14
#
# Example:
#
@@ -1407,7 +1407,7 @@
#
# Returns: nothing on success
#
# Since: 0.14.0
# Since: 0.14
#
# Example:
#
@@ -1486,7 +1486,7 @@
#
# Returns: nothing on success
#
# Since: 0.14.0
# Since: 0.14
#
# Notes:
#