Skip to content

Commit fedf1cb

Browse files
joaopeixoto13stefano-garzarella
authored andcommitted
fix(README): vhost-user-frontend and vm-virtio hyperlinks
Signed-off-by: João Peixoto <[email protected]>
1 parent d0a7a9d commit fedf1cb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,12 @@ The binaries built by this repository can be run with any VMM which
7777
can act as a vhost-user frontend. Typically they have been tested with
7878
[QEMU](https://www.qemu.org) although the rust-vmm project does
7979
provide a [vhost-user
80-
frontend](https://github.com/rust-vmm/vhost/tree/main/src/vhost_user)
80+
frontend](https://github.com/rust-vmm/vhost/tree/main/vhost/src/vhost_user)
8181
crate for rust based VMMs.
8282

8383
While it's possible to implement all parts of the backend inside the
8484
vhost-device workspace consideration should be given to separating the
85-
VirtQueue handling and response logic to a crate in [vm-virtio
86-
devices](https://github.com/rust-vmm/vm-virtio/tree/main/crates/devices).
85+
VirtQueue handling and response logic to a device crate in the [vm-virtio](https://github.com/rust-vmm/vm-virtio) repository.
8786
This way a monolithic rust-vmm VMM implementation can reuse the core
8887
logic to service the virtio requests directly in the application.
8988

0 commit comments

Comments
 (0)