diff options
author | John Snow <jsnow@redhat.com> | 2025-07-11 01:39:52 -0400 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2025-07-14 12:55:49 +0200 |
commit | dc79c02898dd5b2fdc9851f6c226421c701f6478 (patch) | |
tree | f886a37f61c3b13a0a091a96d9724e02b686b739 | |
parent | ed17e68732d2efa4dc813a02de0bbf68ed40775c (diff) | |
download | qemu-dc79c02898dd5b2fdc9851f6c226421c701f6478.zip qemu-dc79c02898dd5b2fdc9851f6c226421c701f6478.tar.gz qemu-dc79c02898dd5b2fdc9851f6c226421c701f6478.tar.bz2 |
qapi: add cross-references to dump.json
Signed-off-by: John Snow <jsnow@redhat.com>
Message-ID: <20250711054005.60969-6-jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
-rw-r--r-- | qapi/dump.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/qapi/dump.json b/qapi/dump.json index dc92b53..32c8c1f 100644 --- a/qapi/dump.json +++ b/qapi/dump.json @@ -112,7 +112,7 @@ # # Describe the status of a long-running background guest memory dump. # -# @none: no dump-guest-memory has started yet. +# @none: no `dump-guest-memory` has started yet. # # @active: there is one dump running in background. # @@ -128,9 +128,9 @@ ## # @DumpQueryResult: # -# The result format for 'query-dump'. +# The result format for `query-dump`. # -# @status: enum of @DumpStatus, which shows current dump status +# @status: enum of `DumpStatus`, which shows current dump status # # @completed: bytes written in latest dump (uncompressed) # @@ -186,7 +186,7 @@ ## # @DumpGuestMemoryCapability: # -# @formats: the available formats for dump-guest-memory +# @formats: the available formats for `dump-guest-memory` # # Since: 2.0 ## @@ -197,9 +197,9 @@ ## # @query-dump-guest-memory-capability: # -# Return the available formats for dump-guest-memory +# Return the available formats for `dump-guest-memory` # -# Returns: An object listing available formats for dump-guest-memory +# Returns: An object listing available formats for `dump-guest-memory` # # Since: 2.0 # |