diff options
author | Markus Armbruster <armbru@redhat.com> | 2020-11-18 07:41:58 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2020-12-10 17:16:44 +0100 |
commit | 9bc6e893b728cc2991d2aaec093ba8313b6128c8 (patch) | |
tree | 8693a031207b777f3e802bded8559056938f6009 /qapi/run-state.json | |
parent | 6cc0667d9b2b17fb4058cc30c49db5aa53eb7605 (diff) |
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>
Diffstat (limited to 'qapi/run-state.json')
-rw-r--r-- | qapi/run-state.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/qapi/run-state.json b/qapi/run-state.json index 964c8ef391..b2f77cbf3f 100644 --- a/qapi/run-state.json +++ b/qapi/run-state.json @@ -107,7 +107,7 @@ # # @status: the virtual machine @RunState # -# Since: 0.14.0 +# Since: 0.14 # # Notes: @singlestep is enabled through the GDB stub ## @@ -121,7 +121,7 @@ # # Returns: @StatusInfo reflecting all VCPUs # -# Since: 0.14.0 +# Since: 0.14 # # Example: # @@ -149,7 +149,7 @@ # Note: If the command-line option "-no-shutdown" has been specified, qemu will # not exit, and a STOP event will eventually follow the SHUTDOWN event # -# Since: 0.12.0 +# Since: 0.12 # # Example: # @@ -165,7 +165,7 @@ # Emitted when the virtual machine is powered down through the power control # system, such as via ACPI. # -# Since: 0.12.0 +# Since: 0.12 # # Example: # @@ -187,7 +187,7 @@ # # @reason: The @ShutdownCause of the RESET. (since 4.0) # -# Since: 0.12.0 +# Since: 0.12 # # Example: # @@ -202,7 +202,7 @@ # # Emitted when the virtual machine is stopped # -# Since: 0.12.0 +# Since: 0.12 # # Example: # @@ -217,7 +217,7 @@ # # Emitted when the virtual machine resumes execution # -# Since: 0.12.0 +# Since: 0.12 # # Example: # @@ -288,7 +288,7 @@ # # Note: This event is rate-limited. # -# Since: 0.13.0 +# Since: 0.13 # # Example: # |