mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-29 13:23:54 -06:00
docs/devel/qapi-code-gen: Normalize version refs x.y.0 to just x.y
Missed in commit 9bc6e893b7
(qapi: Normalize version references x.y.0
to just x.y).
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240205074709.3613229-2-armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
5d1fc61441
commit
1ccdae0b6e
1 changed files with 2 additions and 2 deletions
|
@ -1023,7 +1023,7 @@ For example::
|
||||||
#
|
#
|
||||||
# ... more members ...
|
# ... more members ...
|
||||||
#
|
#
|
||||||
# Since: 0.14.0
|
# Since: 0.14
|
||||||
##
|
##
|
||||||
{ 'struct': 'BlockStats',
|
{ 'struct': 'BlockStats',
|
||||||
'data': {'*device': 'str', '*node-name': 'str',
|
'data': {'*device': 'str', '*node-name': 'str',
|
||||||
|
@ -1039,7 +1039,7 @@ For example::
|
||||||
#
|
#
|
||||||
# Returns: A list of @BlockStats for each virtual block devices.
|
# Returns: A list of @BlockStats for each virtual block devices.
|
||||||
#
|
#
|
||||||
# Since: 0.14.0
|
# Since: 0.14
|
||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue