[go: nahoru, domu]

v0.14.0

Added
- [[#203]](https://github.com/rust-vmm/vhost/pull/203) Add back-end's internal state migration support
- [[#218]](https://github.com/rust-vmm/vhost/pull/218) Adding POSTCOPY support
- [[#206]](https://github.com/rust-vmm/vhost/pull/206) Add bitmap support for tracking dirty pages during migration
vhost-user-backend: Prepare v0.14.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>
2 files changed
tree: e680b70330306aa5ee4ca4aeb927dcfb61436fa4
  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.