aboutsummaryrefslogtreecommitdiff
path: root/qapi/virtio.json
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2024-03-22 15:09:08 +0100
committerMarkus Armbruster <armbru@redhat.com>2024-03-26 06:36:08 +0100
commit209e64d9edff332da607bbf98430456a20025432 (patch)
tree5335913db9346092b8a06e52aa85f71d8fefbb67 /qapi/virtio.json
parent1e6b0505c4e6830182b0c21fedec46b4f6d8f22a (diff)
downloadqemu-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.json12
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
##