提交 926dce5c 编写于 作者: M Marc-André Lureau 提交者: Markus Armbruster

qmp-commands: move 'query-dump' doc to schema

Signed-off-by: NMarc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
上级 f6235a25
......@@ -137,19 +137,6 @@ Example:
-> { "execute": "x-colo-lost-heartbeat" }
<- { "return": {} }
query-dump
----------
Query background dump status.
Arguments: None.
Example:
-> { "execute": "query-dump" }
<- { "return": { "status": "active", "completed": 1024000,
"total": 2048000 } }
qmp_capabilities
----------------
......
......@@ -3266,6 +3266,13 @@
# Returns: A @DumpStatus object showing the dump status.
#
# Since: 2.6
#
# Example:
#
# -> { "execute": "query-dump" }
# <- { "return": { "status": "active", "completed": 1024000,
# "total": 2048000 } }
#
##
{ 'command': 'query-dump', 'returns': 'DumpQueryResult' }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册