vmsilo fork of vhost rust libraries
This release: 1. Adds support for `VHOST_USER_GET_SHARED_OBJECT` 2. Fixes the reply header for an error case in POSTCOPY_ADVISE 3. `VHOST_USER_PROTOCOL_F_REPLY_ACK` is now always supported by backends 4. Bumps vm-memory to 0.16.2 and vmm-sys-util to 0.14.0 Signed-off-by: Babis Chalios <bchalios@amazon.es> |
||
|---|---|---|
| .buildkite | ||
| .cargo | ||
| .github | ||
| rust-vmm-ci@c3ef897738 | ||
| 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.