rust-vmm / vhost-user-backend

Deprecated repository, code now lives in: https://github.com/rust-vmm/vhost/
Apache License 2.0
18 stars 16 forks source link

Release v0.2.0 #65

Closed sboeuf closed 2 years ago

sboeuf commented 2 years ago

Summary of the PR

This release implements AsRawFd for VringEpollHandler, as well as adds a way for running the vhost-user daemon as a client.

Both of these are required by Cloud Hypervisor to rely on the vhost-user-backend crate.

Fixes #62

Requirements

Before submitting your PR, please make sure you addressed the following requirements: