mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
qmp-commands: move 'remove-fd' 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
43fef34a29
commit
4503e4b3b9
2 changed files with 6 additions and 22 deletions
|
@ -688,28 +688,6 @@ Arguments:
|
|||
Returns: Nothing on success
|
||||
If "device" does not exist or cannot be determined, DeviceNotFound
|
||||
|
||||
remove-fd
|
||||
---------
|
||||
|
||||
Remove a file descriptor from an fd set.
|
||||
|
||||
Arguments:
|
||||
|
||||
- "fdset-id": The ID of the fd set that the file descriptor belongs to.
|
||||
(json-int)
|
||||
- "fd": The file descriptor that is to be removed. (json-int, optional)
|
||||
|
||||
Example:
|
||||
|
||||
-> { "execute": "remove-fd", "arguments": { "fdset-id": 1, "fd": 3 } }
|
||||
<- { "return": {} }
|
||||
|
||||
Notes:
|
||||
|
||||
(1) The list of fd sets is shared by all monitor connections.
|
||||
(2) If "fd" is not specified, all file descriptors in "fdset-id" will be
|
||||
removed.
|
||||
|
||||
query-fdsets
|
||||
-------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue