diff options
| author | Marc-André Lureau | 2016-06-23 13:31:04 +0200 |
|---|---|---|
| committer | Markus Armbruster | 2017-01-16 09:15:29 +0100 |
| commit | 2ccb98033353512a1cdf171fdc88047d5977c97d (patch) | |
| tree | a4f61beccd14db299cfbd78293e45508d7a3a682 /qapi-schema.json | |
| parent | qmp-commands: move 'dump-guest-memory' doc to schema (diff) | |
| download | qemu-2ccb98033353512a1cdf171fdc88047d5977c97d.tar.gz qemu-2ccb98033353512a1cdf171fdc88047d5977c97d.tar.xz qemu-2ccb98033353512a1cdf171fdc88047d5977c97d.zip | |
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>
Diffstat (limited to 'qapi-schema.json')
| -rw-r--r-- | qapi-schema.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index 0d80fa2028..d0f6a32ad1 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -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' } |
