diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-06-23 15:06:14 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-01-16 09:19:46 +0100 |
commit | bfeafc9c532cb2f94a5ad10d3070fcd3805dadc8 (patch) | |
tree | eb2733033e8a00dd8a319b9b37e1cee828c6e33a /docs | |
parent | e817862b1790a7f56adb44bc80d861df6bad18ce (diff) | |
download | qemu-bfeafc9c532cb2f94a5ad10d3070fcd3805dadc8.zip qemu-bfeafc9c532cb2f94a5ad10d3070fcd3805dadc8.tar.gz qemu-bfeafc9c532cb2f94a5ad10d3070fcd3805dadc8.tar.bz2 |
qmp-commands: move 'blockdev-snapshot-internal-sync' 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 | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt index af903bf..87b1fe41 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -169,27 +169,6 @@ Example: <- { "return": { "status": "active", "completed": 1024000, "total": 2048000 } } -blockdev-snapshot-internal-sync -------------------------------- - -Synchronously take an internal snapshot of a block device when the format of -image used supports it. If the name is an empty string, or a snapshot with -name already exists, the operation will fail. - -Arguments: - -- "device": the device name or node-name of a root node to snapshot - (json-string) -- "name": name of the new snapshot (json-string) - -Example: - --> { "execute": "blockdev-snapshot-internal-sync", - "arguments": { "device": "ide-hd0", - "name": "snapshot0" } - } -<- { "return": {} } - blockdev-snapshot-delete-internal-sync -------------------------------------- |