docs: cloud-hypervisor only supports stream vsock

Signed-off-by: Bouke van der Bijl <i@bou.ke>
This commit is contained in:
Bouke van der Bijl 2024-03-19 12:02:37 +01:00 committed by Bo Chen
parent 87f4399853
commit dd37f33a43

View File

@ -1,6 +1,6 @@
# VSOCK support
VSOCK provides a way for guest and host to communicate through a socket. VSOCK sockets support both stream and datagram types.
VSOCK provides a way for guest and host to communicate through a socket. `cloud-hypervisor` only supports stream VSOCK sockets.
The `virtio-vsock` is based on the [Firecracker](https://github.com/firecracker-microvm/firecracker/blob/main/docs/vsock.md) implementation, where additional details can be found.