diff options
| author | Marc-André Lureau | 2016-06-23 13:37:08 +0200 |
|---|---|---|
| committer | Markus Armbruster | 2017-01-16 09:15:29 +0100 |
| commit | f5ad8e87c737996abe5e61124dc07adb2b610dac (patch) | |
| tree | 2526da2e7d0c7a1a2689d6961a93550f2e014d55 /docs | |
| parent | qmp-commands: move 'getfd' doc to schema (diff) | |
| download | qemu-f5ad8e87c737996abe5e61124dc07adb2b610dac.tar.gz qemu-f5ad8e87c737996abe5e61124dc07adb2b610dac.tar.xz qemu-f5ad8e87c737996abe5e61124dc07adb2b610dac.zip | |
qmp-commands: move 'closefd' 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 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt index 483769c577..d727f36bbe 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -688,20 +688,6 @@ Arguments: Returns: Nothing on success If "device" does not exist or cannot be determined, DeviceNotFound -closefd -------- - -Close a file descriptor previously passed via SCM rights. - -Arguments: - -- "fdname": file descriptor name (json-string) - -Example: - --> { "execute": "closefd", "arguments": { "fdname": "fd1" } } -<- { "return": {} } - add-fd ------- |
