diff options
author | Marc-André Lureau | 2016-06-23 14:25:54 +0200 |
---|---|---|
committer | Markus Armbruster | 2017-01-16 09:19:46 +0100 |
commit | 73dffdc89f00f759b8ce670e78a74b8f322b1cd9 (patch) | |
tree | 88c6ebcffa6b8ff0eb737e62b5f895515f76f2e8 /docs | |
parent | qmp-commands: move 'block-dirty-bitmap-remove' doc to schema (diff) | |
download | qemu-73dffdc89f00f759b8ce670e78a74b8f322b1cd9.tar.gz qemu-73dffdc89f00f759b8ce670e78a74b8f322b1cd9.tar.xz qemu-73dffdc89f00f759b8ce670e78a74b8f322b1cd9.zip |
qmp-commands: move 'block-dirty-bitmap-clear' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/qmp-commands.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt index 3a6a4f5990..cb97f47c78 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -208,25 +208,6 @@ Example: "base": "/tmp/master.qcow2" } } <- { "return": {} } -block-dirty-bitmap-clear ------------------------- -Since 2.4 - -Reset the dirty bitmap associated with a node so that an incremental backup -from this point in time forward will only backup clusters modified after this -clear operation. - -Arguments: - -- "node": device/node on which to remove dirty bitmap (json-string) -- "name": name of the dirty bitmap to remove (json-string) - -Example: - --> { "execute": "block-dirty-bitmap-clear", "arguments": { "node": "drive0", - "name": "bitmap0" } } -<- { "return": {} } - blockdev-snapshot-internal-sync ------------------------------- |