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 41/43] qapi: convert trivial intro sections for migration.json
Date: Wed, 26 Aug 2026 15:38:38 -0400 [thread overview]
Message-ID: <20260826193840.2152000-42-jsnow@redhat.com> (raw)
In-Reply-To: <20260826193840.2152000-1-jsnow@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
---
qapi/migration.json | 131 ++++++++++++++++----------------------------
1 file changed, 48 insertions(+), 83 deletions(-)
diff --git a/qapi/migration.json b/qapi/migration.json
index b1eaf7b0545..8b6abcee2ca 100644
--- a/qapi/migration.json
+++ b/qapi/migration.json
@@ -13,8 +13,7 @@
##
# @MigrationRAMStats:
-#
-# Detailed migration status.
+# Detailed migration status.
#
# @transferred: amount of bytes already transferred to the target VM
#
@@ -78,8 +77,7 @@
##
# @XBZRLECacheStats:
-#
-# Detailed XBZRLE migration cache statistics
+# Detailed XBZRLE migration cache statistics
#
# @cache-size: XBZRLE cache size
#
@@ -104,8 +102,7 @@
##
# @CompressionStats:
-#
-# Detailed migration compression statistics
+# Detailed migration compression statistics
#
# @pages: amount of pages compressed and transferred to the target VM
#
@@ -126,8 +123,7 @@
##
# @MigrationStatus:
-#
-# An enumeration of migration status.
+# An enumeration of migration status.
#
# @none: no migration has ever happened.
#
@@ -189,8 +185,7 @@
##
# @VfioStats:
-#
-# Detailed VFIO devices migration statistics
+# Detailed VFIO devices migration statistics
#
# @transferred: amount of bytes transferred to the target VM by VFIO
# devices
@@ -202,8 +197,7 @@
##
# @MigrationInfo:
-#
-# Information about current migration process.
+# Information about current migration process.
#
# @status: `MigrationStatus` describing the current migration status.
# If this field is not returned, no migration process has been
@@ -435,8 +429,7 @@
##
# @MigrationCapability:
-#
-# Migration capabilities enumeration
+# Migration capabilities enumeration
#
# @xbzrle: Migration supports xbzrle (Xor Based Zero Run Length
# Encoding). This feature allows us to minimize migration traffic
@@ -545,8 +538,7 @@
##
# @MigrationCapabilityStatus:
-#
-# Migration capability information
+# Migration capability information
#
# @capability: capability enum
#
@@ -559,8 +551,8 @@
##
# @migrate-set-capabilities:
-#
-# Enable/Disable the following migration capabilities (like xbzrle)
+# Enable/Disable the following migration capabilities (like
+# xbzrle)
#
# @capabilities: json array of capability modifications to make
#
@@ -577,8 +569,8 @@
##
# @query-migrate-capabilities:
-#
-# Return information about the current migration capabilities status
+# Return information about the current migration capabilities
+# status
#
# Since: 1.2
#
@@ -598,8 +590,7 @@
##
# @MultiFDCompression:
-#
-# An enumeration of multifd compression methods.
+# An enumeration of multifd compression methods.
#
# @none: no compression.
#
@@ -776,9 +767,8 @@
##
# @BitmapMigrationNodeAlias:
-#
-# Maps a block node name and the bitmaps it has to aliases for dirty
-# bitmap migration.
+# Maps a block node name and the bitmaps it has to aliases for
+# dirty bitmap migration.
#
# @node-name: A block node name.
#
@@ -1098,8 +1088,7 @@
##
# @MIGRATION:
-#
-# Emitted when a migration event happens
+# Emitted when a migration event happens
#
# @status: `MigrationStatus` describing the current migration status.
#
@@ -1116,9 +1105,8 @@
##
# @MIGRATION_PASS:
-#
-# Emitted from the source side of a migration at the start of each
-# pass (when it syncs the dirty bitmap)
+# Emitted from the source side of a migration at the start of each
+# pass (when it syncs the dirty bitmap)
#
# @pass: An incrementing count (starting at 1 on the first pass)
#
@@ -1134,8 +1122,8 @@
##
# @COLOMessage:
-#
-# The message transmission between Primary side and Secondary side.
+# The message transmission between Primary side and Secondary
+# side.
#
# @checkpoint-ready: Secondary VM (SVM) is ready for checkpointing
#
@@ -1161,8 +1149,7 @@
##
# @COLOMode:
-#
-# The COLO current mode.
+# The COLO current mode.
#
# @none: COLO is disabled.
#
@@ -1177,8 +1164,7 @@
##
# @FailoverStatus:
-#
-# An enumeration of COLO failover status
+# An enumeration of COLO failover status
#
# @none: no failover has ever happened
#
@@ -1198,9 +1184,8 @@
##
# @COLO_EXIT:
-#
-# Emitted when VM finishes COLO mode due to some errors happening or
-# at the request of users.
+# Emitted when VM finishes COLO mode due to some errors happening
+# or at the request of users.
#
# @mode: report COLO mode when COLO exited.
#
@@ -1218,8 +1203,7 @@
##
# @COLOExitReason:
-#
-# The reason for a COLO exit.
+# The reason for a COLO exit.
#
# @none: failover has never happened. This state does not occur in
# the `COLO_EXIT` event, and is only visible in the result of
@@ -1281,8 +1265,7 @@
##
# @migrate-continue:
-#
-# Continue migration when it's in a paused state.
+# Continue migration when it's in a paused state.
#
# @state: The state the migration is currently expected to be in
#
@@ -1298,8 +1281,7 @@
##
# @MigrationAddressType:
-#
-# The migration stream transport mechanisms.
+# The migration stream transport mechanisms.
#
# @socket: Migrate via socket.
#
@@ -1339,8 +1321,7 @@
##
# @MigrationAddress:
-#
-# Migration endpoint configuration.
+# Migration endpoint configuration.
#
# @transport: The migration stream transport mechanism
#
@@ -1357,8 +1338,7 @@
##
# @MigrationChannelType:
-#
-# The migration channel-type request options.
+# The migration channel-type request options.
#
# @main: Main outbound migration channel.
#
@@ -1371,8 +1351,7 @@
##
# @MigrationChannel:
-#
-# Migration stream channel parameters.
+# Migration stream channel parameters.
#
# @channel-type: Channel type for transferring packet information.
#
@@ -1387,8 +1366,7 @@
##
# @migrate:
-#
-# Migrates the current running guest to another Virtual Machine.
+# Migrates the current running guest to another Virtual Machine.
#
# @uri: the Uniform Resource Identifier of the destination VM
#
@@ -1560,8 +1538,7 @@
##
# @xen-set-global-dirty-log:
-#
-# Enable or disable the global dirty log mode.
+# Enable or disable the global dirty log mode.
#
# @enable: true to enable, false to disable.
#
@@ -1597,8 +1574,7 @@
##
# @xen-set-replication:
-#
-# Enable or disable replication.
+# Enable or disable replication.
#
# @enable: true to enable, false to disable.
#
@@ -1621,8 +1597,7 @@
##
# @ReplicationStatus:
-#
-# The result format for `query-xen-replication-status`.
+# The result format for `query-xen-replication-status`.
#
# @error: true if an error happened, false if replication is normal.
#
@@ -1670,8 +1645,7 @@
##
# @COLOStatus:
-#
-# The result format for `query-colo-status`.
+# The result format for `query-colo-status`.
#
# @mode: COLO running mode. If COLO is running, this field will
# return 'primary' or 'secondary'.
@@ -1709,8 +1683,7 @@
##
# @migrate-recover:
-#
-# Provide a recovery migration stream URI.
+# Provide a recovery migration stream URI.
#
# @uri: the URI to be used for the recovery of migration stream.
#
@@ -1763,8 +1736,7 @@
##
# @DirtyRateVcpu:
-#
-# Dirty rate of vcpu.
+# Dirty rate of vcpu.
#
# @id: vcpu index.
#
@@ -1777,8 +1749,7 @@
##
# @DirtyRateStatus:
-#
-# Dirty page rate measurement status.
+# Dirty page rate measurement status.
#
# @unstarted: measuring thread has not been started yet
#
@@ -1810,8 +1781,7 @@
##
# @TimeUnit:
-#
-# Specifies unit in which time-related value is specified.
+# Specifies unit in which time-related value is specified.
#
# @second: value is in seconds
#
@@ -1824,8 +1794,7 @@
##
# @DirtyRateInfo:
-#
-# Information about measured dirty page rate.
+# Information about measured dirty page rate.
#
# @dirty-rate: an estimate of the dirty page rate of the VM in units
# of MiB/s. Value is present only when @status is 'measured'.
@@ -1935,8 +1904,8 @@
##
# @query-dirty-rate:
-#
-# Query results of the most recent invocation of `calc-dirty-rate`.
+# Query results of the most recent invocation of
+# `calc-dirty-rate`.
#
# @calc-time-unit: time unit in which to report calculation time.
# By default it is reported in seconds. (Since 8.2)
@@ -1962,8 +1931,7 @@
##
# @DirtyLimitInfo:
-#
-# Dirty page rate limit information of a virtual CPU.
+# Dirty page rate limit information of a virtual CPU.
#
# @cpu-index: index of a virtual CPU.
#
@@ -2029,8 +1997,8 @@
##
# @query-vcpu-dirty-limit:
-#
-# Return information about virtual CPU dirty page rate limits, if any.
+# Return information about virtual CPU dirty page rate limits, if
+# any.
#
# Since: 7.1
#
@@ -2046,8 +2014,7 @@
##
# @snapshot-save:
-#
-# Save a VM snapshot
+# Save a VM snapshot
#
# @job-id: identifier for the newly created job
#
@@ -2118,8 +2085,7 @@
##
# @snapshot-load:
-#
-# Load a VM snapshot
+# Load a VM snapshot
#
# @job-id: identifier for the newly created job
#
@@ -2188,8 +2154,7 @@
##
# @snapshot-delete:
-#
-# Delete a VM snapshot
+# Delete a VM snapshot
#
# @job-id: identifier for the newly created job
#
--
2.55.0
next prev parent reply other threads:[~2026-08-26 19:44 UTC|newest]
Thread overview: 54+ 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-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-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-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 ` [PATCH v3 39/43] qapi: convert trivial intro sections for qom.json John Snow
2026-08-27 8:42 ` 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 ` John Snow [this message]
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-26 19:38 ` [PATCH v3 43/43] qapi: convert trivial intro sections for block-core.json John Snow
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-42-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox