diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-06-23 13:39:42 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-01-16 09:15:29 +0100 |
commit | 4503e4b3b90b8095e267b7791c8ce5194d6396e3 (patch) | |
tree | 0df46eac116150db16da9a2fa1b723191cca65d2 /docs | |
parent | 43fef34a2938c2feda5b668bba01a7fb01a19308 (diff) |
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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/qmp-commands.txt | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt index 21f3ddf9d6..b034265ea2 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -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 ------------- |