From: John Snow <jsnow@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Michael S. Tsirkin" <mst@redhat.com>,
"Eric Blake" <eblake@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@mailo.com>,
"Igor Mammedov" <imammedo@redhat.com>,
linux-cxl@vger.kernel.org, "Zhao Liu" <zhao1.liu@intel.com>,
"Kevin Wolf" <kwolf@redhat.com>,
"Hanna Reitz" <hreitz@redhat.com>,
"Lukas Straub" <lukasstraub2@web.de>,
"Markus Armbruster" <armbru@redhat.com>,
"Jonathan Cameron" <jic23@kernel.org>,
qemu-block@nongnu.org, "Ani Sinha" <anisinha@redhat.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"John Snow" <jsnow@redhat.com>
Subject: [PATCH 07/10] qapi: convert simple data struct intros for virtio.json
Date: Thu, 10 Sep 2026 16:38:53 -0400 [thread overview]
Message-ID: <20260910203856.99003-8-jsnow@redhat.com> (raw)
In-Reply-To: <20260910203856.99003-1-jsnow@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
---
qapi/virtio.json | 37 ++++++++++++++++---------------------
1 file changed, 16 insertions(+), 21 deletions(-)
diff --git a/qapi/virtio.json b/qapi/virtio.json
index 9aafc3a212f..0a4753cc343 100644
--- a/qapi/virtio.json
+++ b/qapi/virtio.json
@@ -67,9 +67,8 @@
##
# @VhostStatus:
-#
-# Information about a vhost device. This information will only be
-# displayed if the vhost device is active.
+# Information about a vhost device. This information will only be
+# displayed if the vhost device is active.
#
# @n-mem-sections: vhost_dev n_mem_sections
#
@@ -110,10 +109,9 @@
##
# @VirtioStatus:
-#
-# Full status of the virtio device with most VirtIODevice members.
-# Also includes the full status of the corresponding vhost device if
-# the vhost device is active.
+# Full status of the virtio device with most VirtIODevice members.
+# Also includes the full status of the corresponding vhost device
+# if the vhost device is active.
#
# @name: VirtIODevice name
#
@@ -473,9 +471,9 @@
##
# @VirtioDeviceFeatures:
-#
-# The common fields that apply to most Virtio devices. Some devices
-# may not have their own device-specific features (e.g. virtio-rng).
+# The common fields that apply to most Virtio devices. Some
+# devices may not have their own device-specific features
+# (e.g. virtio-rng).
#
# @transports: List of transport features of the virtio device
#
@@ -754,8 +752,7 @@
##
# @VirtioRingAvail:
-#
-# Information regarding the avail vring (a.k.a. driver area)
+# Information regarding the avail vring (a.k.a. driver area)
#
# @flags: VRingAvail flags
#
@@ -772,8 +769,7 @@
##
# @VirtioRingUsed:
-#
-# Information regarding the used vring (a.k.a. device area)
+# Information regarding the used vring (a.k.a. device area)
#
# @flags: VRingUsed flags
#
@@ -938,13 +934,12 @@
##
# @VirtIOGPUOutput:
-#
-# Describes configuration of a VirtIO GPU output. If both @xres and
-# @yres are set, they take precedence over root virtio-gpu resolution
-# configuration and enable the corresponding output. If none of @xres
-# and @yres are set, root virtio-gpu resolution configuration takes
-# precedence and only the first output is enabled. Only setting one
-# of @xres or @yres is an error.
+# Describes configuration of a VirtIO GPU output. If both @xres
+# and @yres are set, they take precedence over root virtio-gpu
+# resolution configuration and enable the corresponding output.
+# If none of @xres and @yres are set, root virtio-gpu resolution
+# configuration takes precedence and only the first output is
+# enabled. Only setting one of @xres or @yres is an error.
#
# @name: the name of the output
#
--
2.55.0
next prev parent reply other threads:[~2026-09-10 20:39 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-10 20:38 [PATCH 00/10] qapi: convert simple data struct/alternate intro sections John Snow
2026-09-10 20:38 ` [PATCH 01/10] qapi: convert simple data struct intros for uefi.json John Snow
2026-09-10 20:38 ` [PATCH 02/10] qapi: convert simple data struct intros for misc-arm.json John Snow
2026-09-10 20:38 ` [PATCH 03/10] qapi: convert simple data struct intros for acpi.json John Snow
2026-09-11 9:01 ` Markus Armbruster
2026-09-10 20:38 ` [PATCH 04/10] qapi: convert simple data struct intros for run-state.json John Snow
2026-09-10 20:38 ` [PATCH 05/10] qapi: convert simple data struct intros for yank.json John Snow
2026-09-10 20:38 ` [PATCH 06/10] qapi: convert simple data struct intros for cxl.json John Snow
2026-09-10 20:38 ` John Snow [this message]
2026-09-10 20:38 ` [PATCH 08/10] qapi: convert simple data struct intros for machine.json John Snow
2026-09-11 8:59 ` Markus Armbruster
2026-09-10 20:38 ` [PATCH 09/10] qapi: convert simple data struct intros for block-core.json John Snow
2026-09-10 20:38 ` [PATCH 10/10] qapi: convert simple alternate intros for common.json John Snow
2026-09-11 9:02 ` [PATCH 00/10] qapi: convert simple data struct/alternate intro sections Markus Armbruster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260910203856.99003-8-jsnow@redhat.com \
--to=jsnow@redhat.com \
--cc=anisinha@redhat.com \
--cc=armbru@redhat.com \
--cc=eblake@redhat.com \
--cc=hreitz@redhat.com \
--cc=imammedo@redhat.com \
--cc=jic23@kernel.org \
--cc=kwolf@redhat.com \
--cc=linux-cxl@vger.kernel.org \
--cc=lukasstraub2@web.de \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=philmd@mailo.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=zhao1.liu@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox