diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/qmp-commands.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt index 7dce470e80..40d68e6a4c 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -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 ---------------- |