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 15:11:47 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:19:47 +0100
commita35c33f0b090d9504004cdcce9f295acc2c9b4d9 (patch)
tree4ddd59aa09df69b4b64d0d157645a0975edd4a23 /docs/qmp-commands.txt
parent8b0ffce442b9dbfaac65aa4eccdc4cdf5dc0203b (diff)
downloadfocaccia-qemu-a35c33f0b090d9504004cdcce9f295acc2c9b4d9.tar.gz
focaccia-qemu-a35c33f0b090d9504004cdcce9f295acc2c9b4d9.zip
qmp-commands: move 'query-rocker' 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.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index 0e0416e3ba..903b065c12 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -312,18 +312,6 @@ Example:
 -> { "execute": "trace-event-set-state", "arguments": { "name": "qemu_memalign", "enable": "true" } }
 <- { "return": {} }
 
-Show rocker switch
-------------------
-
-Arguments:
-
-- "name": switch name
-
-Example:
-
--> { "execute": "query-rocker", "arguments": { "name": "sw1" } }
-<- { "return": {"name": "sw1", "ports": 2, "id": 1327446905938}}
-
 Show rocker switch ports
 ------------------------