mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
qapi: Convert getfd and closefd
Signed-off-by: Corey Bryant <coreyb@linux.vnet.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
94c3db85b4
commit
208c9d1b7c
6 changed files with 81 additions and 26 deletions
|
@ -1236,8 +1236,7 @@ ETEXI
|
|||
.args_type = "fdname:s",
|
||||
.params = "getfd name",
|
||||
.help = "receive a file descriptor via SCM rights and assign it a name",
|
||||
.user_print = monitor_user_noop,
|
||||
.mhandler.cmd_new = do_getfd,
|
||||
.mhandler.cmd = hmp_getfd,
|
||||
},
|
||||
|
||||
STEXI
|
||||
|
@ -1253,8 +1252,7 @@ ETEXI
|
|||
.args_type = "fdname:s",
|
||||
.params = "closefd name",
|
||||
.help = "close a file descriptor previously passed via SCM rights",
|
||||
.user_print = monitor_user_noop,
|
||||
.mhandler.cmd_new = do_closefd,
|
||||
.mhandler.cmd = hmp_closefd,
|
||||
},
|
||||
|
||||
STEXI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue