diff options
| author | Marc-André Lureau | 2016-06-23 13:10:30 +0200 |
|---|---|---|
| committer | Markus Armbruster | 2017-01-16 09:15:28 +0100 |
| commit | 7b338db7ef58619db0a43d464d3cfe07e6ea0e3b (patch) | |
| tree | f935eef189039f7d0916e404579492b6345a53e5 /qapi-schema.json | |
| parent | qmp-commands: move 'set_link' doc to schema (diff) | |
| download | qemu-7b338db7ef58619db0a43d464d3cfe07e6ea0e3b.tar.gz qemu-7b338db7ef58619db0a43d464d3cfe07e6ea0e3b.tar.xz qemu-7b338db7ef58619db0a43d464d3cfe07e6ea0e3b.zip | |
qmp-commands: move 'balloon' 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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index 43b485e145..3a81d6accb 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -2379,6 +2379,12 @@ # size independent of this command. # # Since: 0.14.0 +# +# Example: +# +# -> { "execute": "balloon", "arguments": { "value": 536870912 } } +# <- { "return": {} } +# ## { 'command': 'balloon', 'data': {'value': 'int'} } |
