vmsilo fork of vhost rust libraries
vhost: - vm-memory 0.10.0 -> 0.11.0 vhost-user-backend: - virtio-bindings 0.1.0 -> 0.2.0 - virtio-queue 0.7.0 -> 0.8.0 - vm-memory 0.10.0 -> 0.11.0 Signed-off-by: Sergio Lopez <slp@redhat.com> |
||
|---|---|---|
| .buildkite | ||
| .cargo | ||
| .github | ||
| crates | ||
| rust-vmm-ci@99fe2eb2e0 | ||
| .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.