vmsilo fork of vhost rust libraries
Every time I do a release I notice this difference between changelogs in this workspace, so let's try to uniform them by using the form used in vhost-user-backend: without square brackets in the title of the release and the `v` as prefix (v0.0.0). Also fixed some difference in how we link PRs, let's follow the most used way: [[#000]](url) Signed-off-by: Stefano Garzarella <sgarzare@redhat.com> |
||
|---|---|---|
| .buildkite | ||
| .cargo | ||
| .github | ||
| rust-vmm-ci@1150c47872 | ||
| vhost | ||
| vhost-user-backend | ||
| .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.