[PATCH v2 32/44] qapi: convert trivial intro sections for block.json
John Snow <[email protected]> Thu, 23 Jul 2026 00:47:53 -0400
| Newsgroups | org.nongnu.qemu-trivial,org.kernel.vger.linux-cxl,org.kernel.vger.linux-edac,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
(Trivial) Signed-off-by: John Snow <[email protected]> --- qapi/block.json | 58 +++++++++++++++++++++---------------------------- 1 file changed, 25 insertions(+), 33 deletions(-) diff --git a/qapi/block.json b/qapi/block.json index 46955bbb3e3..e47592d5500 100644 --- a/qapi/block.json +++ b/qapi/block.json @@ -16,11 +16,10 @@ ## # @BiosAtaTranslation: -# -# Policy that BIOS should use to interpret cylinder/head/sector -# addresses. Note that Bochs BIOS and SeaBIOS will not actually -# translate logical CHS to physical; instead, they will use logical -# block addressing. +# Policy that BIOS should use to interpret cylinder/head/sector +# addresses. Note that Bochs BIOS and SeaBIOS will not actually +# translate logical CHS to physical; instead, they will use +# logical block addressing. # # @auto: If cylinder/heads/sizes are passed, choose between none and # LBA depending on the size of the disk. If they are not passed, @@ -50,8 +49,8 @@ ## # @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 # @@ -70,8 +69,7 @@ ## # @PRManagerInfo: -# -# Information about a persistent reservation manager +# Information about a persistent reservation manager # # @id: the identifier of the persistent reservation manager # @@ -85,9 +83,8 @@ ## # @query-pr-managers: -# -# Return a list of information about each persistent reservation -# manager. +# Return a list of information about each persistent reservation +# manager. # # Returns: a list of manager info for each persistent reservation # manager @@ -99,8 +96,7 @@ ## # @eject: -# -# Ejects the medium from a removable drive. +# Ejects the medium from a removable drive. # # @device: Block device name # @@ -264,10 +260,10 @@ ## # @blockdev-insert-medium: -# -# Inserts a medium (a block driver state tree) into a block device. -# That block device's tray must currently be open (unless there is no -# attached guest device) and there must be no medium inserted already. +# Inserts a medium (a block driver state tree) into a block +# device. That block device's tray must currently be open (unless +# there is no attached guest device) and there must be no medium +# inserted already. # # @id: The name or QOM path of the guest device # @@ -297,9 +293,8 @@ ## # @BlockdevChangeReadOnlyMode: -# -# Specifies the new read-only mode of a block device subject to the -# `blockdev-change-medium` command. +# Specifies the new read-only mode of a block device subject to +# the `blockdev-change-medium` command. # # @retain: Retains the current read-only mode # @@ -314,12 +309,11 @@ ## # @blockdev-change-medium: -# -# Changes the medium inserted into a block device by ejecting the -# current medium and loading a new image file which is inserted as the -# new medium (this command combines `blockdev-open-tray`, -# `blockdev-remove-medium`, `blockdev-insert-medium` and -# `blockdev-close-tray`). +# Changes the medium inserted into a block device by ejecting the +# current medium and loading a new image file which is inserted as +# the new medium (this command combines `blockdev-open-tray`, +# `blockdev-remove-medium`, `blockdev-insert-medium` and +# `blockdev-close-tray`). # # @device: Block device name # @@ -385,9 +379,8 @@ ## # @DEVICE_TRAY_MOVED: -# -# Emitted whenever the tray of a removable device is moved by the -# guest or by HMP/QMP commands +# Emitted whenever the tray of a removable device is moved by the +# guest or by HMP/QMP commands # # @device: Block device name. This is always present for # compatibility reasons, but it can be empty ("") if the image @@ -414,9 +407,8 @@ ## # @PR_MANAGER_STATUS_CHANGED: -# -# Emitted whenever the connected status of a persistent reservation -# manager changes. +# Emitted whenever the connected status of a persistent +# reservation manager changes. # # @id: The id of the PR manager object # -- 2.55.0