mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
qmp-commands: move 'add_client' 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
eaea2bf72f
commit
65ce54f5e2
2 changed files with 7 additions and 18 deletions
|
@ -1548,24 +1548,6 @@ Example:
|
|||
"time": "+60" } }
|
||||
<- { "return": {} }
|
||||
|
||||
add_client
|
||||
----------
|
||||
|
||||
Add a graphics client
|
||||
|
||||
Arguments:
|
||||
|
||||
- "protocol": protocol name (json-string)
|
||||
- "fdname": file descriptor name (json-string)
|
||||
- "skipauth": whether to skip authentication (json-bool, optional)
|
||||
- "tls": whether to perform TLS (json-bool, optional)
|
||||
|
||||
Example:
|
||||
|
||||
-> { "execute": "add_client", "arguments": { "protocol": "vnc",
|
||||
"fdname": "myclient" } }
|
||||
<- { "return": {} }
|
||||
|
||||
qmp_capabilities
|
||||
----------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue