summary refs log tree commit diff stats
path: root/docs/qmp-commands.txt
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 13:09:45 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:15:27 +0100
commitf9cfb8f729dc11e387daa575ae193c0ad56c8a92 (patch)
tree564d6a74c633529e059b19b007cd444cfa126987 /docs/qmp-commands.txt
parent149ea099cdee4857f9af7125682f7dadf23c8ac8 (diff)
downloadfocaccia-qemu-f9cfb8f729dc11e387daa575ae193c0ad56c8a92.tar.gz
focaccia-qemu-f9cfb8f729dc11e387daa575ae193c0ad56c8a92.zip
qmp-commands: move 'set_link' 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/qmp-commands.txt')
-rw-r--r--docs/qmp-commands.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index ba4fd1ccda..6038f5cc73 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -1088,21 +1088,6 @@ Example:
 -> { "execute": "balloon", "arguments": { "value": 536870912 } }
 <- { "return": {} }
 
-set_link
---------
-
-Change the link status of a network adapter.
-
-Arguments:
-
-- "name": network device name (json-string)
-- "up": status is up (json-bool)
-
-Example:
-
--> { "execute": "set_link", "arguments": { "name": "e1000.0", "up": false } }
-<- { "return": {} }
-
 getfd
 -----