vmsilo fork of vhost rust libraries
The new clippy in rust-vmm-ci complain about this:
error: transmute used without annotations
--> vhost/src/vhost_kern/mod.rs:405:29
|
405 | msg.perm = mem::transmute(self.__bindgen_anon_1.iotlb.perm);
| ^^^^^^^^^ help: consider adding missing annotations: `transmute::<u8, backend::VhostAccess>`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
= note: `-D clippy::missing-transmute-annotations` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::missing_transmute_annotations)]`
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
|
||
|---|---|---|
| .buildkite | ||
| .cargo | ||
| .github | ||
| rust-vmm-ci@5e818dc729 | ||
| 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.