diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-06-23 13:31:48 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-01-16 09:15:29 +0100 |
commit | ee332b5125e416600d0b47689d8050f479b38479 (patch) | |
tree | e9840b68ca0f9a9fab4026f36d8d55f108892cfc /qapi-schema.json | |
parent | 2ccb98033353512a1cdf171fdc88047d5977c97d (diff) |
qmp-commands: move 'dump-skeys' 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 d0f6a32ad1..c28817169b 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -3310,6 +3310,13 @@ # This command is only supported on s390 architecture. # # Since: 2.5 +# +# Example: +# +# -> { "execute": "dump-skeys", +# "arguments": { "filename": "/tmp/skeys" } } +# <- { "return": {} } +# ## { 'command': 'dump-skeys', 'data': { 'filename': 'str' } } |