John Snow <[email protected]> writes: > Signed-off-by: John Snow <[email protected]> > --- > qapi/block-core.json | 448 ++++++++++++++++--------------------------- > 1 file changed, 164 insertions(+), 284 deletions(-) > > diff --git a/qapi/block-core.json b/qapi/block-core.json > index 199efc1e008..bed736d86f9 100644 > --- a/qapi/block-core.json > +++ b/qapi/block-core.json
[...] > @@ -1378,10 +1357,9 @@ > > ## > # @BlockdevOnError: > -# > -# An enumeration of possible behaviors for errors on I/O operations. > -# The exact meaning depends on whether the I/O was initiated by a > -# guest or by a block job > +# An enumeration of possible behaviors for errors on I/O > +# operations. The exact meaning depends on whether the I/O was > +# initiated by a guest or by a block job > # > # @report: for guest operations, report the error to the guest; for > # jobs, cancel the job Two sentences, i.e. not "very trivial". [...] > @@ -4780,9 +4692,8 @@ > > ## > # @BlockdevOptions: > -# > -# Options for creating a block device. Many options are available for > -# all block devices, independent of the block driver: > +# Options for creating a block device. Many options are available > +# for all block devices, independent of the block driver: Likewise. > # > # @driver: block driver name > # [...] > @@ -5589,9 +5479,8 @@ > > ## > # @BlockdevAmendOptionsQcow2: > -# > -# Driver specific image amend options for qcow2. For now, only > -# encryption options can be amended > +# Driver specific image amend options for qcow2. For now, only > +# encryption options can be amended Likewise. > # > # @encrypt: Encryption options to be amended > # [...]
