Closed
Description
We want to have vsock support to enable container integration, but we don't want to use vhost since that would be another attack surface to directly exposes the host kernel. Instead, we'll write another back-end for vsock. See #194.
Currenty, virtio vsock exists in the codebase as an experimental development-only rust feature, with the vhost implementation.