vmsilo fork of vhost rust libraries
This release has the following changes: 1. Bump vm-memory crate from 0.14.0 to 0.15.0 2. Add shared objects support 3. Remove support for FS_* requests 4. Add support for `VHOST_USER_GPU_SET_SOCKET` 5. Ignore unknown bits in `VHOST_USER_GET_PROTOCOL_FEATURES` response. Signed-off-by: Muminul Islam <muislam@microsoft.com> |
||
|---|---|---|
| .buildkite | ||
| .cargo | ||
| .github | ||
| rust-vmm-ci@438f36e242 | ||
| 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.