[PATCH v2 13/44] qapi: convert trivial intro sections for yank.json
John Snow <[email protected]> Thu, 23 Jul 2026 00:47:34 -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/yank.json | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/qapi/yank.json b/qapi/yank.json index f3cd5c15d60..8ac4b773653 100644 --- a/qapi/yank.json +++ b/qapi/yank.json @@ -10,9 +10,8 @@ ## # @YankInstanceType: -# -# An enumeration of yank instance types. See `YankInstance` for more -# information. +# An enumeration of yank instance types. See `YankInstance` for +# more information. # # Since: 6.0 ## @@ -21,9 +20,8 @@ ## # @YankInstanceBlockNode: -# -# Specifies which block graph node to yank. See `YankInstance` for -# more information. +# Specifies which block graph node to yank. See `YankInstance` +# for more information. # # @node-name: the name of the block graph node # @@ -34,9 +32,8 @@ ## # @YankInstanceChardev: -# -# Specifies which character device to yank. See `YankInstance` for -# more information. +# Specifies which character device to yank. See `YankInstance` +# for more information. # # @id: the chardev's ID # @@ -47,9 +44,8 @@ ## # @YankInstance: -# -# A yank instance can be yanked with the `yank` qmp command to recover -# from a hanging QEMU. +# A yank instance can be yanked with the `yank` qmp command to +# recover from a hanging QEMU. # # @type: yank instance type # @@ -74,9 +70,8 @@ ## # @yank: -# -# Try to recover from hanging QEMU by yanking the specified instances. -# See `YankInstance` for more information. +# Try to recover from hanging QEMU by yanking the specified +# instances. See `YankInstance` for more information. # # @instances: the instances to be yanked # -- 2.55.0