File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -77,13 +77,12 @@ The binaries built by this repository can be run with any VMM which
7777can act as a vhost-user frontend. Typically they have been tested with
7878[ QEMU] ( https://www.qemu.org ) although the rust-vmm project does
7979provide 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 )
8181crate for rust based VMMs.
8282
8383While it's possible to implement all parts of the backend inside the
8484vhost-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.
8786This way a monolithic rust-vmm VMM implementation can reuse the core
8887logic to service the virtio requests directly in the application.
8988
You can’t perform that action at this time.
0 commit comments