vmsilo fork of vhost rust libraries
The return value of VhostUserBackend::handle_event() is undocumented and difficult to interpret. The current implementation used it to interrupt the event loop as it does when we receive an exit event. All current implementations checked (rust-vmm/vhost-device, virtiofsd) return an error or always false, effectively not using this feature. Since we already have a mechanism for breaking the event loop, we can avoid this ambiguous and redundant feature. Closes #144 Signed-off-by: Stefano Garzarella <sgarzare@redhat.com> |
||
|---|---|---|
| .buildkite | ||
| .cargo | ||
| .github | ||
| crates | ||
| rust-vmm-ci@665f31f4b4 | ||
| .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.