diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-06-23 15:12:36 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-01-16 09:19:47 +0100 |
commit | 7e20b16919e0a8c5040a280416b14ba8c3078fe1 (patch) | |
tree | 021d9032e5c1dd2a0df0e5db48c97ac3c01b63a4 /docs | |
parent | a35c33f0b090d9504004cdcce9f295acc2c9b4d9 (diff) | |
download | qemu-7e20b16919e0a8c5040a280416b14ba8c3078fe1.zip |
qmp-commands: move 'query-rocker-ports' 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 | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt index 903b065c12..f4a5dbf9bd 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -312,22 +312,6 @@ Example: -> { "execute": "trace-event-set-state", "arguments": { "name": "qemu_memalign", "enable": "true" } } <- { "return": {} } -Show rocker switch ports ------------------------- - -Arguments: - -- "name": switch name - -Example: - --> { "execute": "query-rocker-ports", "arguments": { "name": "sw1" } } -<- { "return": [ {"duplex": "full", "enabled": true, "name": "sw1.1", - "autoneg": "off", "link-up": true, "speed": 10000}, - {"duplex": "full", "enabled": true, "name": "sw1.2", - "autoneg": "off", "link-up": true, "speed": 10000} - ]} - Show rocker switch OF-DPA flow tables ------------------------------------- |