mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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>
This commit is contained in:
parent
8b0ffce442
commit
a35c33f0b0
2 changed files with 6 additions and 12 deletions
|
@ -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
|
||||
------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue