vmsilo fork of vhost rust libraries
New feature `postcopy` is introduced. It acts as a gate for a new functionality. This feature is not compatible with `xen` feature because `xen` can map memory regions on demand and this does not work with uffd. Now backend handler supports processing of POSTCOPY messages. This is only available when `xen` feature is not in use. Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk> |
||
|---|---|---|
| .buildkite | ||
| .cargo | ||
| .github | ||
| rust-vmm-ci@72ebeb393c | ||
| 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.