v0.6.0

Upgraded
- vm-memory from 0.9 to 0.10
- vmm-sys-util from 0.10 to 0.11
vhost: release v0.6.0

Signed-off-by: wanglei01 <wllenyj@linux.alibaba.com>
2 files changed
tree: c69d98df243965e5d8806251c884d980b8782ab6
  1. .buildkite/
  2. .cargo/
  3. .github/
  4. crates/
  5. .gitignore
  6. .gitmodules
  7. Cargo.toml
  8. CODEOWNERS
  9. coverage_config_aarch64.json
  10. coverage_config_x86_64.json
  11. LICENSE
  12. LICENSE-BSD-3-Clause
  13. README.md
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 implement vhost-user backend services.