From: John Snow <jsnow@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Alex Williamson" <alex@shazbot.org>,
"Daniel P. Berrangé" <berrange@redhat.com>,
"John Snow" <jsnow@redhat.com>,
linux-cxl@vger.kernel.org,
"Markus Armbruster" <armbru@redhat.com>,
"Michael Tokarev" <mjt@tls.msk.ru>,
"Vladimir Sementsov-Ogievskiy" <vsementsov@yandex-team.ru>,
"Peter Xu" <peterx@redhat.com>, "Eric Blake" <eblake@redhat.com>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"zhenwei pi" <zhenwei.pi@linux.dev>,
qemu-trivial@nongnu.org, "Fabiano Rosas" <farosas@suse.de>,
"Kevin Wolf" <kwolf@redhat.com>,
"Laurent Vivier" <laurent@vivier.eu>,
"Jiri Pirko" <jiri@resnulli.us>,
qemu-block@nongnu.org, "Stefan Hajnoczi" <stefanha@redhat.com>,
"Stefan Berger" <stefanb@linux.vnet.ibm.com>,
linux-edac@vger.kernel.org,
"Gonglei (Arei)" <arei.gonglei@huawei.com>,
"Igor Mammedov" <imammedo@redhat.com>,
"Gerd Hoffmann" <kraxel@redhat.com>,
"Jonathan Cameron" <jic23@kernel.org>,
"Alex Bennée" <alex.bennee@linaro.org>,
"Zhao Liu" <zhao1.liu@intel.com>,
"Mauro Carvalho Chehab" <mchehab+huawei@kernel.org>,
"Michael S. Tsirkin" <mst@redhat.com>,
"Hanna Reitz" <hreitz@redhat.com>,
"Jason Wang" <jasowangio@gmail.com>,
"Richard Henderson" <richard.henderson@linaro.org>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Ani Sinha" <anisinha@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@mailo.com>,
"Lukas Straub" <lukasstraub2@web.de>,
"Cédric Le Goater" <clg@redhat.com>
Subject: [PATCH v3 39/43] qapi: convert trivial intro sections for qom.json
Date: Wed, 26 Aug 2026 15:38:36 -0400 [thread overview]
Message-ID: <20260826193840.2152000-40-jsnow@redhat.com> (raw)
In-Reply-To: <20260826193840.2152000-1-jsnow@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
---
qapi/qom.json | 150 +++++++++++++++++---------------------------------
1 file changed, 51 insertions(+), 99 deletions(-)
diff --git a/qapi/qom.json b/qapi/qom.json
index 4a9b7f90884..51af9485e6d 100644
--- a/qapi/qom.json
+++ b/qapi/qom.json
@@ -77,8 +77,7 @@
##
# @qom-list:
-#
-# List properties of a object given a path in the object model.
+# List properties of a object given a path in the object model.
#
# @path: the path within the object model. See `qom-get` for a
# description of this parameter.
@@ -103,8 +102,7 @@
##
# @qom-get:
-#
-# Get a property value.
+# Get a property value.
#
# @path: The path within the object model. There are two forms of
# supported paths--absolute and partial paths.
@@ -154,9 +152,8 @@
##
# @qom-list-get:
-#
-# List properties and their values for each object path in the input
-# list.
+# List properties and their values for each object path in the
+# input list.
#
# @paths: The absolute or partial path for each object, as described
# in `qom-get`.
@@ -176,8 +173,7 @@
##
# @qom-set:
-#
-# Set a property value.
+# Set a property value.
#
# @path: see `qom-get` for a description of this parameter
#
@@ -202,8 +198,7 @@
##
# @ObjectTypeInfo:
-#
-# This structure describes a search result from `qom-list-types`
+# This structure describes a search result from `qom-list-types`
#
# @name: the type name found in the search
#
@@ -219,8 +214,7 @@
##
# @qom-list-types:
-#
-# Return a list of types given search parameters.
+# Return a list of types given search parameters.
#
# @implements: if specified, only return types that implement this
# type name
@@ -238,8 +232,7 @@
##
# @qom-list-properties:
-#
-# List properties associated with a QOM object.
+# List properties associated with a QOM object.
#
# @typename: the type name of an object
#
@@ -258,8 +251,7 @@
##
# @CanHostSocketcanProperties:
-#
-# Properties for can-host-socketcan objects.
+# Properties for can-host-socketcan objects.
#
# @if: interface name of the host system CAN bus to connect to
#
@@ -275,8 +267,7 @@
##
# @ColoCompareProperties:
-#
-# Properties for colo-compare objects.
+# Properties for colo-compare objects.
#
# @primary_in: name of the character device backend to use for the
# primary input (incoming packets are redirected to @outdev)
@@ -323,9 +314,8 @@
##
# @CryptodevBackendProperties:
-#
-# Properties for cryptodev-backend and cryptodev-backend-builtin
-# objects.
+# Properties for cryptodev-backend and cryptodev-backend-builtin
+# objects.
#
# @queues: the number of queues for the cryptodev backend. Ignored
# for cryptodev-backend and must be 1 for
@@ -344,8 +334,7 @@
##
# @CryptodevVhostUserProperties:
-#
-# Properties for cryptodev-vhost-user objects.
+# Properties for cryptodev-vhost-user objects.
#
# @chardev: the name of a Unix domain socket character device that
# connects to the vhost-user server
@@ -359,8 +348,7 @@
##
# @DBusVMStateProperties:
-#
-# Properties for dbus-vmstate objects.
+# Properties for dbus-vmstate objects.
#
# @addr: the name of the DBus bus to connect to
#
@@ -375,9 +363,8 @@
##
# @NetfilterInsert:
-#
-# Indicates where to insert a netfilter relative to a given other
-# filter.
+# Indicates where to insert a netfilter relative to a given other
+# filter.
#
# @before: insert before the specified filter
#
@@ -390,8 +377,7 @@
##
# @NetfilterProperties:
-#
-# Properties for objects of classes derived from netfilter.
+# Properties for objects of classes derived from netfilter.
#
# @netdev: id of the network device backend to filter
#
@@ -423,8 +409,7 @@
##
# @FilterBufferProperties:
-#
-# Properties for filter-buffer objects.
+# Properties for filter-buffer objects.
#
# @interval: a non-zero interval in microseconds. All packets
# arriving in the given interval are delayed until the end of the
@@ -438,8 +423,7 @@
##
# @FilterDumpProperties:
-#
-# Properties for filter-dump objects.
+# Properties for filter-dump objects.
#
# @file: the filename where the dumped packets should be stored
#
@@ -455,8 +439,7 @@
##
# @FilterMirrorProperties:
-#
-# Properties for filter-mirror objects.
+# Properties for filter-mirror objects.
#
# @outdev: the name of a character device backend to which all
# incoming packets are mirrored
@@ -498,8 +481,7 @@
##
# @FilterRewriterProperties:
-#
-# Properties for filter-rewriter objects.
+# Properties for filter-rewriter objects.
#
# @vnet_hdr_support: if true, vnet header support is enabled
# (default: false)
@@ -512,8 +494,7 @@
##
# @InputBarrierProperties:
-#
-# Properties for input-barrier objects.
+# Properties for input-barrier objects.
#
# @name: the screen name as declared in the screens section of
# barrier.conf
@@ -545,8 +526,7 @@
##
# @InputLinuxProperties:
-#
-# Properties for input-linux objects.
+# Properties for input-linux objects.
#
# @evdev: the path of the host evdev device to use
#
@@ -569,8 +549,7 @@
##
# @EventLoopBaseProperties:
-#
-# Common properties for event loops
+# Common properties for event loops
#
# @aio-max-batch: maximum number of requests in a batch for the AIO
# engine, 0 means that the engine will use its default.
@@ -591,8 +570,7 @@
##
# @IothreadProperties:
-#
-# Properties for iothread objects.
+# Properties for iothread objects.
#
# @poll-max-ns: the maximum number of nanoseconds to busy wait for
# events. 0 means polling is disabled (default: 32768 on POSIX
@@ -626,8 +604,7 @@
##
# @MainLoopProperties:
-#
-# Properties for the main-loop object.
+# Properties for the main-loop object.
#
# Since: 7.1
##
@@ -637,8 +614,7 @@
##
# @MemoryBackendProperties:
-#
-# Properties for objects of classes derived from memory-backend.
+# Properties for objects of classes derived from memory-backend.
#
# @merge: if true, mark the memory as mergeable (default depends on
# the machine type)
@@ -696,8 +672,7 @@
##
# @MemoryBackendFileProperties:
-#
-# Properties for memory-backend-file objects.
+# Properties for memory-backend-file objects.
#
# @align: the base address alignment when QEMU mmap(2)s @mem-path.
# Some backend stores specified by @mem-path require an alignment
@@ -757,8 +732,7 @@
##
# @MemoryBackendMemfdProperties:
-#
-# Properties for memory-backend-memfd objects.
+# Properties for memory-backend-memfd objects.
#
# @hugetlb: if true, the file to be created resides in the hugetlbfs
# filesystem (default: false)
@@ -813,8 +787,7 @@
##
# @PrManagerHelperProperties:
-#
-# Properties for pr-manager-helper objects.
+# Properties for pr-manager-helper objects.
#
# @path: the path to a Unix domain socket for connecting to the
# external helper
@@ -827,8 +800,7 @@
##
# @QtestProperties:
-#
-# Properties for qtest objects.
+# Properties for qtest objects.
#
# @chardev: the chardev to be used to receive qtest commands on.
#
@@ -842,8 +814,7 @@
##
# @RemoteObjectProperties:
-#
-# Properties for x-remote-object objects.
+# Properties for x-remote-object objects.
#
# @fd: file descriptor name previously passed via `getfd` command
#
@@ -857,8 +828,7 @@
##
# @VfioUserServerProperties:
-#
-# Properties for x-vfio-user-server objects.
+# Properties for x-vfio-user-server objects.
#
# @socket: socket to be used by the libvfio-user library
#
@@ -871,8 +841,7 @@
##
# @IOMMUFDProperties:
-#
-# Properties for iommufd objects.
+# Properties for iommufd objects.
#
# @fd: file descriptor name previously passed via `getfd` command,
# which represents a pre-opened /dev/iommu. This allows the
@@ -887,8 +856,7 @@
##
# @AcpiGenericInitiatorProperties:
-#
-# Properties for acpi-generic-initiator objects.
+# Properties for acpi-generic-initiator objects.
#
# @pci-dev: PCI device ID to be associated with the node
#
@@ -902,8 +870,7 @@
##
# @AcpiGenericPortProperties:
-#
-# Properties for acpi-generic-port objects.
+# Properties for acpi-generic-port objects.
#
# @pci-bus: QOM path of the PCI bus of the hostbridge associated with
# this SRAT Generic Port Affinity Structure. This is the same as
@@ -941,8 +908,7 @@
##
# @RngProperties:
-#
-# Properties for objects of classes derived from rng.
+# Properties for objects of classes derived from rng.
#
# @opened: if true, the device is opened immediately when applying
# this option and will probably fail when processing the next
@@ -961,8 +927,7 @@
##
# @RngEgdProperties:
-#
-# Properties for rng-egd objects.
+# Properties for rng-egd objects.
#
# @chardev: the name of a character device backend that provides the
# connection to the RNG daemon
@@ -975,8 +940,7 @@
##
# @RngRandomProperties:
-#
-# Properties for rng-random objects.
+# Properties for rng-random objects.
#
# @filename: the filename of the device on the host to obtain entropy
# from (default: "/dev/urandom")
@@ -990,8 +954,7 @@
##
# @IgvmCfgProperties:
-#
-# Properties common to objects that handle IGVM files.
+# Properties common to objects that handle IGVM files.
#
# @file: IGVM file to use to configure guest
#
@@ -1003,8 +966,7 @@
##
# @SevCommonProperties:
-#
-# Properties common to objects that are derivatives of sev-common.
+# Properties common to objects that are derivatives of sev-common.
#
# @sev-device: SEV device to use (default: "/dev/sev")
#
@@ -1038,8 +1000,7 @@
##
# @SevGuestProperties:
-#
-# Properties for sev-guest objects.
+# Properties for sev-guest objects.
#
# @dh-cert-file: guest owners DH certificate (encoded with base64)
#
@@ -1136,8 +1097,7 @@
##
# @TdxGuestProperties:
-#
-# Properties for tdx-guest objects.
+# Properties for tdx-guest objects.
#
# @attributes: The 'attributes' of a TD guest that is passed to
# KVM_TDX_INIT_VM
@@ -1181,8 +1141,7 @@
##
# @ThreadContextProperties:
-#
-# Properties for thread context objects.
+# Properties for thread context objects.
#
# @cpu-affinity: the list of host CPU numbers used as CPU affinity for
# all threads created in the thread context (default: QEMU main
@@ -1202,8 +1161,7 @@
##
# @MonitorProperties:
-#
-# Properties for all monitors
+# Properties for all monitors
#
# @chardev: ID of the character device providing the monitor transport
#
@@ -1214,8 +1172,7 @@
##
# @MonitorHMPProperties:
-#
-# Properties for the HMP monitor
+# Properties for the HMP monitor
#
# @readline: whether to enable readline for line editing
# (default: true)
@@ -1229,8 +1186,7 @@
##
# @MonitorQMPCloseAction:
-#
-# Action to take when the character device backend is closed.
+# Action to take when the character device backend is closed.
#
# @none: take no action
#
@@ -1244,8 +1200,7 @@
##
# @MonitorQMPProperties:
-#
-# Properties for the QMP monitor
+# Properties for the QMP monitor
#
# @pretty: whether to pretty print JSON responses (default: false)
#
@@ -1338,8 +1293,7 @@
##
# @ObjectOptions:
-#
-# Describes the options of a user creatable QOM object.
+# Describes the options of a user creatable QOM object.
#
# @qom-type: the class name for the object to be created
#
@@ -1416,8 +1370,7 @@
##
# @object-add:
-#
-# Create a QOM object.
+# Create a QOM object.
#
# Errors:
# - If @qom-type is not a valid class name
@@ -1436,8 +1389,7 @@
##
# @object-del:
-#
-# Remove a QOM object.
+# Remove a QOM object.
#
# @id: the name of the QOM object to remove
#
--
2.55.0
next prev parent reply other threads:[~2026-08-26 19:44 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-26 19:37 [PATCH v3 00/43] qapi: convert (very) trivial intro sections John Snow
2026-08-26 19:37 ` [PATCH v3 01/43] qapi: convert trivial intro sections for error.json John Snow
2026-08-27 8:43 ` Philippe Mathieu-Daudé
2026-08-27 9:10 ` Daniel P. Berrangé
2026-08-27 13:09 ` Markus Armbruster
2026-08-27 13:39 ` Daniel P. Berrangé
2026-08-31 18:43 ` John Snow
2026-09-01 10:09 ` Markus Armbruster
2026-08-26 19:37 ` [PATCH v3 02/43] qapi: convert trivial intro sections for acpi-hest.json John Snow
2026-08-26 19:38 ` [PATCH v3 03/43] qapi: convert trivial intro sections for ebpf.json John Snow
2026-08-26 19:38 ` [PATCH v3 04/43] qapi: convert trivial intro sections for compat.json John Snow
2026-08-26 19:38 ` [PATCH v3 05/43] qapi: convert trivial intro sections for vfio.json John Snow
2026-08-31 14:07 ` Cédric Le Goater
2026-08-26 19:38 ` [PATCH v3 06/43] qapi: convert trivial intro sections for trace.json John Snow
2026-08-26 19:38 ` [PATCH v3 07/43] qapi: convert trivial intro sections for misc-arm.json John Snow
2026-08-26 19:38 ` [PATCH v3 08/43] qapi: convert trivial intro sections for cryptodev.json John Snow
2026-08-26 19:38 ` [PATCH v3 09/43] qapi: convert trivial intro sections for machine-common.json John Snow
2026-08-26 19:38 ` [PATCH v3 10/43] qapi: convert trivial intro sections for accelerator.json John Snow
2026-08-27 8:39 ` Philippe Mathieu-Daudé
2026-08-26 19:38 ` [PATCH v3 11/43] qapi: convert trivial intro sections for authz.json John Snow
2026-08-26 19:38 ` [PATCH v3 12/43] qapi: convert trivial intro sections for yank.json John Snow
2026-08-26 19:38 ` [PATCH v3 13/43] qapi: convert trivial intro sections for replay.json John Snow
2026-08-26 19:38 ` [PATCH v3 14/43] qapi: convert trivial intro sections for machine-s390x.json John Snow
2026-08-26 19:38 ` [PATCH v3 15/43] qapi: convert trivial intro sections for acpi.json John Snow
2026-08-26 19:38 ` [PATCH v3 16/43] qapi: convert trivial intro sections for tpm.json John Snow
2026-08-26 19:38 ` [PATCH v3 17/43] qapi: convert trivial intro sections for qdev.json John Snow
2026-08-27 8:39 ` Philippe Mathieu-Daudé
2026-08-26 19:38 ` [PATCH v3 18/43] qapi: convert trivial intro sections for control.json John Snow
2026-08-26 19:38 ` [PATCH v3 19/43] qapi: convert trivial intro sections for dump.json John Snow
2026-08-26 19:38 ` [PATCH v3 20/43] qapi: convert trivial intro sections for common.json John Snow
2026-08-26 19:38 ` [PATCH v3 21/43] qapi: convert trivial intro sections for sockets.json John Snow
2026-08-26 19:38 ` [PATCH v3 22/43] qapi: convert trivial intro sections for transaction.json John Snow
2026-08-26 19:38 ` [PATCH v3 23/43] qapi: convert trivial intro sections for stats.json John Snow
2026-08-26 19:38 ` [PATCH v3 24/43] qapi: convert trivial intro sections for job.json John Snow
2026-08-26 19:38 ` [PATCH v3 25/43] qapi: convert trivial intro sections for pci.json John Snow
2026-08-27 8:40 ` Philippe Mathieu-Daudé
2026-08-26 19:38 ` [PATCH v3 26/43] qapi: convert trivial intro sections for introspect.json John Snow
2026-08-26 19:38 ` [PATCH v3 27/43] qapi: convert trivial intro sections for rocker.json John Snow
2026-08-26 19:38 ` [PATCH v3 28/43] qapi: convert trivial intro sections for misc-i386.json John Snow
2026-08-26 19:38 ` [PATCH v3 29/43] qapi: convert trivial intro sections for block-export.json John Snow
2026-08-26 19:38 ` [PATCH v3 30/43] qapi: convert trivial intro sections for audio.json John Snow
2026-08-26 19:38 ` [PATCH v3 31/43] qapi: convert trivial intro sections for block.json John Snow
2026-08-31 13:52 ` Markus Armbruster
2026-08-31 18:55 ` John Snow
2026-08-26 19:38 ` [PATCH v3 32/43] qapi: convert trivial intro sections for misc.json John Snow
2026-08-26 19:38 ` [PATCH v3 33/43] qapi: convert trivial intro sections for crypto.json John Snow
2026-08-26 19:38 ` [PATCH v3 34/43] qapi: convert trivial intro sections for cxl.json John Snow
2026-08-26 19:38 ` [PATCH v3 35/43] qapi: convert trivial intro sections for run-state.json John Snow
2026-08-27 8:41 ` Philippe Mathieu-Daudé
2026-08-26 19:38 ` [PATCH v3 36/43] qapi: convert trivial intro sections for char.json John Snow
2026-08-26 19:38 ` [PATCH v3 37/43] qapi: convert trivial intro sections for virtio.json John Snow
2026-08-26 19:38 ` [PATCH v3 38/43] qapi: convert trivial intro sections for net.json John Snow
2026-08-26 19:38 ` John Snow [this message]
2026-08-27 8:42 ` [PATCH v3 39/43] qapi: convert trivial intro sections for qom.json Philippe Mathieu-Daudé
2026-08-26 19:38 ` [PATCH v3 40/43] qapi: convert trivial intro sections for ui.json John Snow
2026-08-26 19:38 ` [PATCH v3 41/43] qapi: convert trivial intro sections for migration.json John Snow
2026-08-26 19:38 ` [PATCH v3 42/43] qapi: convert trivial intro sections for machine.json John Snow
2026-08-27 8:42 ` Philippe Mathieu-Daudé
2026-08-31 13:36 ` Markus Armbruster
2026-08-31 13:50 ` Markus Armbruster
2026-08-26 19:38 ` [PATCH v3 43/43] qapi: convert trivial intro sections for block-core.json John Snow
2026-08-31 13:32 ` Markus Armbruster
2026-08-31 14:27 ` [PATCH v3 00/43] qapi: convert (very) trivial 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=20260826193840.2152000-40-jsnow@redhat.com \
--to=jsnow@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=alex@shazbot.org \
--cc=anisinha@redhat.com \
--cc=arei.gonglei@huawei.com \
--cc=armbru@redhat.com \
--cc=berrange@redhat.com \
--cc=clg@redhat.com \
--cc=eblake@redhat.com \
--cc=farosas@suse.de \
--cc=hreitz@redhat.com \
--cc=imammedo@redhat.com \
--cc=jasowangio@gmail.com \
--cc=jic23@kernel.org \
--cc=jiri@resnulli.us \
--cc=kraxel@redhat.com \
--cc=kwolf@redhat.com \
--cc=laurent@vivier.eu \
--cc=linux-cxl@vger.kernel.org \
--cc=linux-edac@vger.kernel.org \
--cc=lukasstraub2@web.de \
--cc=marcandre.lureau@redhat.com \
--cc=mchehab+huawei@kernel.org \
--cc=mjt@tls.msk.ru \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peterx@redhat.com \
--cc=philmd@mailo.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=stefanb@linux.vnet.ibm.com \
--cc=stefanha@redhat.com \
--cc=vsementsov@yandex-team.ru \
--cc=zhao1.liu@intel.com \
--cc=zhenwei.pi@linux.dev \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.