[PATCH v2 20/44] qapi: convert intro sections for dump.json
John Snow <[email protected]> Thu, 23 Jul 2026 00:47:41 -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/dump.json | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/qapi/dump.json b/qapi/dump.json index 726b5208703..c96dd2364bb 100644 --- a/qapi/dump.json +++ b/qapi/dump.json @@ -12,8 +12,7 @@ ## # @DumpGuestMemoryFormat: -# -# An enumeration of guest-memory-dump's format. +# An enumeration of guest-memory-dump's format. # # @elf: elf format # @@ -49,9 +48,8 @@ ## # @dump-guest-memory: -# -# Dump guest's memory to vmcore. It is a synchronous operation that -# can take very long depending on the amount of guest memory. +# Dump guest's memory to vmcore. It is a synchronous operation +# that can take very long depending on the amount of guest memory. # # @paging: if true, do paging to get guest's memory mapping. This # allows using gdb to process the core file. @@ -109,8 +107,8 @@ ## # @DumpStatus: -# -# Describe the status of a long-running background guest memory dump. +# Describe the status of a long-running background guest memory +# dump. # # @none: no `dump-guest-memory` has started yet. # @@ -127,8 +125,7 @@ ## # @DumpQueryResult: -# -# The result format for `query-dump`. +# The result format for `query-dump`. # # @status: enum of `DumpStatus`, which shows current dump status # @@ -145,8 +142,7 @@ ## # @query-dump: -# -# Query latest dump status. +# Query latest dump status. # # Returns: An object showing the dump status. # @@ -162,8 +158,7 @@ ## # @DUMP_COMPLETED: -# -# Emitted when background dump has completed +# Emitted when background dump has completed # # @result: final dump status # @@ -196,8 +191,7 @@ ## # @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` # -- 2.55.0