diff options
| author | Marc-André Lureau | 2016-06-23 13:29:50 +0200 |
|---|---|---|
| committer | Markus Armbruster | 2017-01-16 09:15:29 +0100 |
| commit | 58e4300a7f5864950a3486ce81b144472161b870 (patch) | |
| tree | 97602b91fbe40ebf93073a2ae423d8bb7eaa3327 /qapi-schema.json | |
| parent | qmp-commands: move 'device_del' doc to schema (diff) | |
| download | qemu-58e4300a7f5864950a3486ce81b144472161b870.tar.gz qemu-58e4300a7f5864950a3486ce81b144472161b870.tar.xz qemu-58e4300a7f5864950a3486ce81b144472161b870.zip | |
qmp-commands: move 'dump-guest-memory' 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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index affcad129a..0d80fa2028 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -3204,9 +3204,18 @@ # @length is not allowed to be specified with non-elf @format at the # same time (since 2.0) # +# Note: All boolean arguments default to false +# # Returns: nothing on success # # Since: 1.2 +# +# Example: +# +# -> { "execute": "dump-guest-memory", +# "arguments": { "protocol": "fd:dump" } } +# <- { "return": {} } +# ## { 'command': 'dump-guest-memory', 'data': { 'paging': 'bool', 'protocol': 'str', '*detach': 'bool', |
