[PATCH v2 14/44] qapi: convert intro sections for replay.json
John Snow <[email protected]> Thu, 23 Jul 2026 00:47:35 -0400
| Newsgroups | org.nongnu.qemu-trivial,org.kernel.vger.linux-cxl,org.kernel.vger.linux-edac,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
(Trivial) Signed-off-by: John Snow <[email protected]> --- qapi/replay.json | 45 ++++++++++++++++++++------------------------- 1 file changed, 20 insertions(+), 25 deletions(-) diff --git a/qapi/replay.json b/qapi/replay.json index ccf84da68ef..db1440c09a6 100644 --- a/qapi/replay.json +++ b/qapi/replay.json @@ -12,8 +12,7 @@ ## # @ReplayMode: -# -# Mode of the replay subsystem. +# Mode of the replay subsystem. # # @none: normal execution mode. Replay or record are not enabled. # @@ -30,8 +29,7 @@ ## # @ReplayInfo: -# -# Record/replay information. +# Record/replay information. # # @mode: current mode. # @@ -47,10 +45,9 @@ ## # @query-replay: -# -# Retrieve the record/replay information. It includes current -# instruction count which may be used for `replay-break` and -# `replay-seek` commands. +# Retrieve the record/replay information. It includes current +# instruction count which may be used for `replay-break` and +# `replay-seek` commands. # # Returns: record/replay information. # @@ -66,13 +63,13 @@ ## # @replay-break: -# -# Set replay breakpoint at instruction count @icount. Execution stops -# when the specified instruction is reached. There can be at most one -# breakpoint. When breakpoint is set, any prior one is removed. The -# breakpoint may be set only in replay mode and only "in the future", -# i.e. at instruction counts greater than the current one. The -# current instruction count can be observed with `query-replay`. +# Set replay breakpoint at instruction count @icount. Execution +# stops when the specified instruction is reached. There can be +# at most one breakpoint. When breakpoint is set, any prior one +# is removed. The breakpoint may be set only in replay mode and +# only "in the future", i.e. at instruction counts greater than +# the current one. The current instruction count can be observed +# with `query-replay`. # # @icount: instruction count to stop at # @@ -87,9 +84,8 @@ ## # @replay-delete-break: -# -# Remove replay breakpoint which was set with `replay-break`. The -# command is ignored when there are no replay breakpoints. +# Remove replay breakpoint which was set with `replay-break`. The +# command is ignored when there are no replay breakpoints. # # Since: 5.2 # @@ -102,13 +98,12 @@ ## # @replay-seek: -# -# Automatically proceed to the instruction count @icount, when -# replaying the execution. The command automatically loads nearest -# snapshot and replays the execution to find the desired instruction. -# When there is no preceding snapshot or the execution is not -# replayed, then the command fails. Instruction count can be obtained -# with the `query-replay` command. +# Automatically proceed to the instruction count @icount, when +# replaying the execution. The command automatically loads +# nearest snapshot and replays the execution to find the desired +# instruction. When there is no preceding snapshot or the +# execution is not replayed, then the command fails. Instruction +# count can be obtained with the `query-replay` command. # # @icount: target instruction count # -- 2.55.0