mirror of https://github.com/xqemu/xqemu.git
qmp-commands: move 'query-dump-guest-memory-capability' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
58e4300a7f
commit
2ccb980333
|
@ -192,17 +192,6 @@ Example:
|
|||
-> { "execute": "x-colo-lost-heartbeat" }
|
||||
<- { "return": {} }
|
||||
|
||||
query-dump-guest-memory-capability
|
||||
----------
|
||||
|
||||
Show available formats for 'dump-guest-memory'
|
||||
|
||||
Example:
|
||||
|
||||
-> { "execute": "query-dump-guest-memory-capability" }
|
||||
<- { "return": { "formats":
|
||||
["elf", "kdump-zlib", "kdump-lzo", "kdump-snappy"] }
|
||||
|
||||
query-dump
|
||||
----------
|
||||
|
||||
|
|
|
@ -3289,6 +3289,13 @@
|
|||
# dump-guest-memory
|
||||
#
|
||||
# Since: 2.0
|
||||
#
|
||||
# Example:
|
||||
#
|
||||
# -> { "execute": "query-dump-guest-memory-capability" }
|
||||
# <- { "return": { "formats":
|
||||
# ["elf", "kdump-zlib", "kdump-lzo", "kdump-snappy"] }
|
||||
#
|
||||
##
|
||||
{ 'command': 'query-dump-guest-memory-capability',
|
||||
'returns': 'DumpGuestMemoryCapability' }
|
||||
|
|
Loading…
Reference in New Issue