docs: fix the vhost-vsock dev path

/dev/vsock is the guest vsock driver.

Fixes: 2e59fe0866 ("docs: update README.md")

Signed-off-by: Changyuan Lyu <changyuanl@google.com>
This commit is contained in:
Changyuan Lyu 2024-06-26 01:07:38 -07:00 committed by Lencerf
parent 2e59fe0866
commit a90f1b44c8

View file

@ -42,7 +42,7 @@ type-2 hypervisor (virtual machine monitor) in Rust implemented from scratch.
[coco.md](docs/coco.md) for details.
- VirtIO devices
- `net` backed by a tap device,
- `vsock` backed by host `/dev/vsock`,
- `vsock` backed by host `/dev/vhost-vsock`,
- `blk` backed by a raw-formatted image,
- `entropy` backed by host `/dev/uramdom`,
- `fs` backed by [virtiofsd](https://gitlab.com/virtio-fs/virtiofsd) with