mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
qmp-commands: move 'chardev-remove' 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
2212092e11
commit
7cfee8d943
2 changed files with 6 additions and 14 deletions
|
@ -1252,20 +1252,6 @@ Example:
|
|||
-> { "execute": "query-tpm-types" }
|
||||
<- { "return": [ "passthrough" ] }
|
||||
|
||||
chardev-remove
|
||||
--------------
|
||||
|
||||
Remove a chardev.
|
||||
|
||||
Arguments:
|
||||
|
||||
- "id": the chardev's ID, must exist and not be in use (json-string)
|
||||
|
||||
Example:
|
||||
|
||||
-> { "execute": "chardev-remove", "arguments": { "id" : "foo" } }
|
||||
<- { "return": {} }
|
||||
|
||||
query-rx-filter
|
||||
---------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue