aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 14:01:52 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:19:45 +0100
commit0dc869cf709368265bb5b7a5fe35b7e3b53a776e (patch)
treecf91cf08109b7dc7b4a9d35dc95414484de928f4 /docs
parent91f96b643c43cf8253d383f505f10737e3149ca2 (diff)
downloadqemu-0dc869cf709368265bb5b7a5fe35b7e3b53a776e.zip
qemu-0dc869cf709368265bb5b7a5fe35b7e3b53a776e.tar.gz
qemu-0dc869cf709368265bb5b7a5fe35b7e3b53a776e.tar.bz2
qmp-commands: move 'block_resize' 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.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index 8bf810b..5302c80 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -169,22 +169,6 @@ Example:
<- { "return": { "status": "active", "completed": 1024000,
"total": 2048000 } }
-block_resize
-------------
-
-Resize a block image while a guest is running.
-
-Arguments:
-
-- "device": the device's ID, must be unique (json-string)
-- "node-name": the node name in the block driver state graph (json-string)
-- "size": new size
-
-Example:
-
--> { "execute": "block_resize", "arguments": { "device": "scratch", "size": 1073741824 } }
-<- { "return": {} }
-
block-stream
------------