mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
qmp-commands: move 'query-rocker-of-dpa-groups' 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:
committed by
Markus Armbruster
parent
435fcb2906
commit
9389a4e3ba
@@ -312,27 +312,6 @@ Example:
|
||||
-> { "execute": "trace-event-set-state", "arguments": { "name": "qemu_memalign", "enable": "true" } }
|
||||
<- { "return": {} }
|
||||
|
||||
Show rocker OF-DPA group tables
|
||||
-------------------------------
|
||||
|
||||
Arguments:
|
||||
|
||||
- "name": switch name
|
||||
- "type": (optional) group type
|
||||
|
||||
Example:
|
||||
|
||||
-> { "execute": "query-rocker-of-dpa-groups", "arguments": { "name": "sw1" } }
|
||||
<- { "return": [ {"type": 0, "out-pport": 2, "pport": 2, "vlan-id": 3841,
|
||||
"pop-vlan": 1, "id": 251723778},
|
||||
{"type": 0, "out-pport": 0, "pport": 0, "vlan-id": 3841,
|
||||
"pop-vlan": 1, "id": 251723776},
|
||||
{"type": 0, "out-pport": 1, "pport": 1, "vlan-id": 3840,
|
||||
"pop-vlan": 1, "id": 251658241},
|
||||
{"type": 0, "out-pport": 0, "pport": 0, "vlan-id": 3840,
|
||||
"pop-vlan": 1, "id": 251658240}
|
||||
]}
|
||||
|
||||
query-gic-capabilities
|
||||
---------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user