Lines Matching full:dump
8 # = Dump guest memory
14 # An enumeration of guest-memory-dump's format.
49 # @dump-guest-memory:
51 # Dump guest's memory to vmcore. It is a synchronous operation that
79 # for the dump to finish. The user can track progress using
80 # "query-dump". (since 2.6).
85 # to dump all guest's memory, please specify the start @begin and
88 # @format: if specified, the format of guest memory dump. But non-elf
99 # -> { "execute": "dump-guest-memory",
100 # "arguments": { "paging": false, "protocol": "fd:dump" } }
103 { 'command': 'dump-guest-memory',
111 # Describe the status of a long-running background guest memory dump.
113 # @none: no dump-guest-memory has started yet.
115 # @active: there is one dump running in background.
117 # @completed: the last dump has finished successfully.
119 # @failed: the last dump has failed.
129 # The result format for 'query-dump'.
131 # @status: enum of @DumpStatus, which shows current dump status
133 # @completed: bytes written in latest dump (uncompressed)
135 # @total: total bytes to be written in latest dump (uncompressed)
145 # @query-dump:
147 # Query latest dump status.
149 # Returns: A @DumpStatus object showing the dump status.
155 # -> { "execute": "query-dump" }
159 { 'command': 'query-dump', 'returns': 'DumpQueryResult' }
164 # Emitted when background dump has completed
166 # @result: final dump status
168 # @error: human-readable error string that provides hint on why dump
187 # @formats: the available formats for dump-guest-memory
196 # @query-dump-guest-memory-capability:
198 # Returns the available formats for dump-guest-memory
201 # formats for dump-guest-memory
207 # -> { "execute": "query-dump-guest-memory-capability" }
211 { 'command': 'query-dump-guest-memory-capability',