diff options
| author | Marc-André Lureau | 2016-06-23 15:39:50 +0200 |
|---|---|---|
| committer | Markus Armbruster | 2017-01-16 09:19:47 +0100 |
| commit | 7d1182d989f61ffbd6745112bd487611e2f40bc4 (patch) | |
| tree | 64845e90e07f914c42e54d673aff769f3bb4010b /qapi-schema.json | |
| parent | qmp-commands: move 'migrate-set-cache-size' doc to schema (diff) | |
| download | qemu-7d1182d989f61ffbd6745112bd487611e2f40bc4.tar.gz qemu-7d1182d989f61ffbd6745112bd487611e2f40bc4.tar.xz qemu-7d1182d989f61ffbd6745112bd487611e2f40bc4.zip | |
qmp-commands: move 'xen-load-devices-state' 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 48670e96e4..7aeb0fa1e7 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -5832,6 +5832,13 @@ # format. # # Since: 2.7 +# +# Example: +# +# -> { "execute": "xen-load-devices-state", +# "arguments": { "filename": "/tmp/resume" } } +# <- { "return": {} } +# ## { 'command': 'xen-load-devices-state', 'data': {'filename': 'str'} } |
