On Wed, Apr 28, 2021 at 12:00:52PM +0100, Dr. David Alan Gilbert (git) wrote: > + close(fd); I looked back at the hw/virtio/vhost-user.c slave channel code and it closes fds for us. Looks like this close(2) call should be removed, but please double-check in case I missed something. Stefan