On Mon, 29 Jun 2026 17:36:23 -0400 John Snow wrote: > Signed-off-by: John Snow Acked-by: Lukas Straub > --- > qapi/yank.json | 28 +++++++++++----------------- > 1 file changed, 11 insertions(+), 17 deletions(-) > > diff --git a/qapi/yank.json b/qapi/yank.json > index f3cd5c15d60..6fdf169084d 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 > # > @@ -101,8 +96,7 @@ > > ## > # @query-yank: > -# > -# Query yank instances. See `YankInstance` for more information. > +# Query yank instances. See `YankInstance` for more information. > # > # TODO: This line is a hack to separate the example from the body > #