]> Git Repo - qemu.git/commit
vhost-user: allow slave to send fds via slave channel
authorTiwei Bie <[email protected]>
Thu, 24 May 2018 10:33:32 +0000 (18:33 +0800)
committerMichael S. Tsirkin <[email protected]>
Thu, 24 May 2018 18:14:10 +0000 (21:14 +0300)
commit5f57fbeaaf7c4cd33152d7f2e449caab4d4209d9
tree01b474e9f5c11a213bd94bd59e92822ae49fef85
parent988a27754bbbc45698f7acb54352e5a1ae699514
vhost-user: allow slave to send fds via slave channel

Introduce VHOST_USER_PROTOCOL_F_SLAVE_SEND_FD protocol
feature to allow slave to send at most 8 descriptors
in each message to master via ancillary data using the
slave channel.

Suggested-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Tiwei Bie <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
docs/interop/vhost-user.txt
hw/virtio/vhost-user.c
This page took 0.025566 seconds and 4 git commands to generate.