vhost: Prepare v0.11.0 release

This release adds support for live migration, adding
dirty pages tracking and initial postcopy support.

Signed-off-by: German Maglione <gmaglione@redhat.com>
3 files changed
tree: 166ca457fca435d8a40e1d583910c1830114114f
  1. .buildkite/
  2. .cargo/
  3. .github/
  4. vhost/
  5. vhost-user-backend/
  6. .gitignore
  7. .gitmodules
  8. Cargo.toml
  9. CODEOWNERS
  10. coverage_config_aarch64.json
  11. coverage_config_x86_64.json
  12. LICENSE
  13. LICENSE-BSD-3-Clause
  14. 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.