mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
qapi: Fix capitalization in doc comments
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20250527073916.1243024-8-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
6263225492
commit
83691fa069
8 changed files with 10 additions and 10 deletions
|
@ -1337,7 +1337,7 @@
|
|||
# bitmap when used for data copy operations.
|
||||
#
|
||||
# @on-success: The bitmap is only synced when the operation is
|
||||
# successful. This is the behavior always used for 'INCREMENTAL'
|
||||
# successful. This is the behavior always used for incremental
|
||||
# backups.
|
||||
#
|
||||
# @never: The bitmap is never synchronized with the operation, and is
|
||||
|
@ -1589,7 +1589,7 @@
|
|||
#
|
||||
# @bitmap-mode: Specifies the type of data the bitmap should contain
|
||||
# after the operation concludes. Must be present if a bitmap was
|
||||
# provided, Must NOT be present otherwise. (Since 4.2)
|
||||
# provided, must NOT be present otherwise. (Since 4.2)
|
||||
#
|
||||
# @compress: true to compress data, if the target format supports it.
|
||||
# (default: false) (since 2.8)
|
||||
|
@ -1840,7 +1840,7 @@
|
|||
# @speed: the maximum speed, in bytes per second
|
||||
#
|
||||
# @on-error: the action to take on an error. 'ignore' means that the
|
||||
# request should be retried. (default: report; Since: 5.0)
|
||||
# request should be retried. (default: report; since: 5.0)
|
||||
#
|
||||
# @filter-node-name: the node name that should be assigned to the
|
||||
# filter driver that the commit job inserts into the graph above
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
##
|
||||
# @FloppyDriveType:
|
||||
#
|
||||
# Type of Floppy drive to be emulated by the Floppy Disk Controller.
|
||||
# Type of floppy drive to be emulated by the Floppy Disk Controller.
|
||||
#
|
||||
# @144: 1.44MB 3.5" drive
|
||||
#
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#
|
||||
# @sym: symmetric encryption
|
||||
#
|
||||
# @asym: asymmetric Encryption
|
||||
# @asym: asymmetric encryption
|
||||
#
|
||||
# Since: 8.0
|
||||
##
|
||||
|
|
|
@ -117,7 +117,7 @@
|
|||
# @nibble-mask: Identifies one or more nibbles that the error affects
|
||||
#
|
||||
# @bank-group: Bank group of the memory event location, incorporating
|
||||
# a number of Banks.
|
||||
# a number of banks.
|
||||
#
|
||||
# @bank: Bank of the memory event location. A single bank is accessed
|
||||
# per read or write of the memory.
|
||||
|
|
|
@ -811,7 +811,7 @@
|
|||
#
|
||||
# @policy: the write policy, none/write-back/write-through.
|
||||
#
|
||||
# @line: the cache Line size in bytes.
|
||||
# @line: the cache line size in bytes.
|
||||
#
|
||||
# Since: 5.0
|
||||
##
|
||||
|
|
|
@ -195,7 +195,7 @@
|
|||
#
|
||||
# @cbitpos: C-bit location in page table entry
|
||||
#
|
||||
# @reduced-phys-bits: Number of physical Address bit reduction when
|
||||
# @reduced-phys-bits: Number of physical address bit reduction when
|
||||
# SEV is enabled
|
||||
#
|
||||
# Since: 2.12
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
##
|
||||
# @ShutdownCause:
|
||||
#
|
||||
# An enumeration of reasons for a Shutdown.
|
||||
# An enumeration of reasons for a shutdown.
|
||||
#
|
||||
# @none: No shutdown request pending
|
||||
#
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
##
|
||||
# @ActionCompletionMode:
|
||||
#
|
||||
# An enumeration of Transactional completion modes.
|
||||
# An enumeration of transactional completion modes.
|
||||
#
|
||||
# @individual: Do not attempt to cancel any other Actions if any
|
||||
# Actions fail after the Transaction request succeeds. All
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue