diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-06-23 13:19:25 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-01-16 09:15:28 +0100 |
commit | b953601be00e020bd960d7bd4f1276b743cd35fd (patch) | |
tree | a7556b9777175378d4c4e1e90e14aad12ade769e /qapi-schema.json | |
parent | ab9895337c4613ddee1b56f4a1ce3025155483c7 (diff) |
qmp-commands: move 'query-migrate-cache-size' 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 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index 092008a4ff..104f910269 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -2657,11 +2657,17 @@ ## # @query-migrate-cache-size: # -# query XBZRLE cache size +# Query migration XBZRLE cache size # # Returns: XBZRLE cache size in bytes # # Since: 1.2 +# +# Example: +# +# -> { "execute": "query-migrate-cache-size" } +# <- { "return": 67108864 } +# ## { 'command': 'query-migrate-cache-size', 'returns': 'int' } |