aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2025-07-11 01:39:59 -0400
committerMarkus Armbruster <armbru@redhat.com>2025-07-14 12:58:13 +0200
commit551c00b8fac1f0532ba10bac05a5da7b7b508f71 (patch)
treee8e6df25e2a6581300ce078ce2a18b947d667c41
parent91581b49e1d1910c1e5af641e7b8afa95c1b0a53 (diff)
downloadqemu-551c00b8fac1f0532ba10bac05a5da7b7b508f71.zip
qemu-551c00b8fac1f0532ba10bac05a5da7b7b508f71.tar.gz
qemu-551c00b8fac1f0532ba10bac05a5da7b7b508f71.tar.bz2
qapi: add cross-references to replay.json
Signed-off-by: John Snow <jsnow@redhat.com> Message-ID: <20250711054005.60969-13-jsnow@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
-rw-r--r--qapi/replay.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/qapi/replay.json b/qapi/replay.json
index e46c5c1..ccf84da 100644
--- a/qapi/replay.json
+++ b/qapi/replay.json
@@ -49,8 +49,8 @@
# @query-replay:
#
# Retrieve the record/replay information. It includes current
-# instruction count which may be used for @replay-break and
-# @replay-seek commands.
+# instruction count which may be used for `replay-break` and
+# `replay-seek` commands.
#
# Returns: record/replay information.
#
@@ -72,7 +72,7 @@
# 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.
+# current instruction count can be observed with `query-replay`.
#
# @icount: instruction count to stop at
#
@@ -88,7 +88,7 @@
##
# @replay-delete-break:
#
-# Remove replay breakpoint which was set with @replay-break. The
+# Remove replay breakpoint which was set with `replay-break`. The
# command is ignored when there are no replay breakpoints.
#
# Since: 5.2
@@ -108,7 +108,7 @@
# 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.
+# with the `query-replay` command.
#
# @icount: target instruction count
#