diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-06-23 14:19:37 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-01-16 09:19:46 +0100 |
commit | 2258a5dbbebc0b846856673c1d9c001c6cd91d48 (patch) | |
tree | 900b16dc7a4cf8ba757a1e0eaa74ff139292c398 /docs | |
parent | 12a21b73cbe607abdd1c5dabb2c4fbdbf77ba7dd (diff) | |
download | qemu-2258a5dbbebc0b846856673c1d9c001c6cd91d48.zip qemu-2258a5dbbebc0b846856673c1d9c001c6cd91d48.tar.gz qemu-2258a5dbbebc0b846856673c1d9c001c6cd91d48.tar.bz2 |
qmp-commands: move 'block-dirty-bitmap-add' 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 | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt index 6b210d0..56e47a1 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -208,24 +208,6 @@ Example: "base": "/tmp/master.qcow2" } } <- { "return": {} } -block-dirty-bitmap-add ----------------------- -Since 2.4 - -Create a dirty bitmap with a name on the device, and start tracking the writes. - -Arguments: - -- "node": device/node on which to create dirty bitmap (json-string) -- "name": name of the new dirty bitmap (json-string) -- "granularity": granularity to track writes with (int, optional) - -Example: - --> { "execute": "block-dirty-bitmap-add", "arguments": { "node": "drive0", - "name": "bitmap0" } } -<- { "return": {} } - block-dirty-bitmap-remove ------------------------- Since 2.4 |