diff options
author | Markus Armbruster <armbru@redhat.com> | 2024-03-22 15:09:08 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2024-03-26 06:36:08 +0100 |
commit | 209e64d9edff332da607bbf98430456a20025432 (patch) | |
tree | 5335913db9346092b8a06e52aa85f71d8fefbb67 /qapi/virtio.json | |
parent | 1e6b0505c4e6830182b0c21fedec46b4f6d8f22a (diff) | |
download | qemu-209e64d9edff332da607bbf98430456a20025432.zip qemu-209e64d9edff332da607bbf98430456a20025432.tar.gz qemu-209e64d9edff332da607bbf98430456a20025432.tar.bz2 |
qapi: Refill doc comments to conform to current conventions
For legibility, wrap text paragraphs so every line is at most 70
characters long.
To check the generated documentation does not change, I compared the
generated HTML before and after this commit with "wdiff -3". Finds no
differences. Comparing with diff is not useful, as the refilled
paragraphs are visible there.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240322140910.328840-11-armbru@redhat.com>
Diffstat (limited to 'qapi/virtio.json')
-rw-r--r-- | qapi/virtio.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/qapi/virtio.json b/qapi/virtio.json index b0cd41b..74fc27c 100644 --- a/qapi/virtio.json +++ b/qapi/virtio.json @@ -938,10 +938,11 @@ # # @iothread: the id of IOThread object # -# @vqs: an optional array of virtqueue indices that will be handled by this -# IOThread. When absent, virtqueues are assigned round-robin across all -# IOThreadVirtQueueMappings provided. Either all IOThreadVirtQueueMappings -# must have @vqs or none of them must have it. +# @vqs: an optional array of virtqueue indices that will be handled by +# this IOThread. When absent, virtqueues are assigned round-robin +# across all IOThreadVirtQueueMappings provided. Either all +# IOThreadVirtQueueMappings must have @vqs or none of them must +# have it. # # Since: 9.0 ## @@ -952,7 +953,8 @@ ## # @DummyVirtioForceArrays: # -# Not used by QMP; hack to let us use IOThreadVirtQueueMappingList internally +# Not used by QMP; hack to let us use IOThreadVirtQueueMappingList +# internally # # Since: 9.0 ## |