mirror of
https://github.com/google/alioth.git
synced 2024-11-28 09:26:21 +00:00
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:
parent
2e59fe0866
commit
a90f1b44c8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue