vmsilo fork of vhost rust libraries
Scoping the threads allows us to just borrow the values from the thread and removes the need for the clones with the slightly awkward names. Also, we no longer need to remember to join threads (happens automatically upon end of scope). No functional changes intended. Signed-off-by: Erik Schilling <erik.schilling@linaro.org> |
||
|---|---|---|
| .buildkite | ||
| .cargo | ||
| .github | ||
| crates | ||
| rust-vmm-ci@665f31f4b4 | ||
| .gitignore | ||
| .gitmodules | ||
| Cargo.toml | ||
| CODEOWNERS | ||
| coverage_config_aarch64.json | ||
| coverage_config_x86_64.json | ||
| LICENSE | ||
| LICENSE-BSD-3-Clause | ||
| README.md | ||
vhost
The vhost workspace hosts libraries related to the vhost and vhost-user
protocols. It currently consists of the following crates:
vhost-> A pure rust library for vDPA, vhost and vhost-user.vhost-user-backend-> It provides a framework to implementvhost-userbackend services.