vhost/CHANGELOG.md
Sebastien Boeuf 355a9ce13c Release v0.2.0
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

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-03-07 12:39:35 +01:00

194 B

Changelog

[Unreleased]

Added

Fixed

Deprecated

v0.2.0

Added

  • Ability to run the daemon as a client
  • VringEpollHandler implements AsRawFd

v0.1.0

First release