Skip to content

Releases: rust-vmm/vhost

vhost v0.15.0

18 Nov 17:03

Choose a tag to compare

vhost v0.15.0

Added

  • [#311] Implement
    From<UnixListener> for vhost_user::Listener.

Changed

  • [#321] Don't take ownership of listener in BackendListener.
  • [#334] Updated vm-memory to 0.17.1 and vmm-sys-util to 0.15.0

Fixed

  • [#304] Fix building docs.
  • [#326] Fix get_vring_base() returning 0 instead of
    the vring base for vhost-kern backends when compiling in release mode.

vhost-user-backend v0.21.0

18 Nov 17:02

Choose a tag to compare

vhost-user-backend v0.21.0

Changed

  • [#308] Replace Eventfd with EventNotifier/EventConsumer.
  • [#321] Don't take ownership of listener in VhostUserDaemon::start.
  • [#333] Updated virtio-queue to 0.17.0, vm-memory to 0.17.1, vmm-sys-util to 0.15.0 and vhost to 0.15.0

vhost-user-backend v0.20.0

03 Jul 10:46

Choose a tag to compare

vhost-user-backend v0.20.0

Changed

  • [306] Updated virtio-queue to v0.16.0 and virtio-bindings to v0.2.6

vhost-user-backend v0.19.0

12 Jun 12:00

Choose a tag to compare

vhost-user-backend v0.19.0

Changed

  • [299] Updated virtio-queue to v0.15.0 and virtio-bindings to v0.2.5

vhost v0.14.0

04 Jun 08:20

Choose a tag to compare

vhost v0.14.0

Added

  • [#268] Add support for VHOST_USER_GET_SHARED_OBJECT

Changed

  • [#290] Backends now
    always support VHOST_USER_PROTOCOL_F_REPLY_ACK, without the
    VhostUserBackendReqHandler implementation having to include it in
    the features returned from get_protocol_features.
  • [#295] Updated vm-memory to 0.16.2 and vmm-sys-util to 0.14.0

Fixed

  • [#277] vhost: Fix reply header for error case in POSTCOPY_ADVISE

vhost-user-backend v0.18.0

04 Jun 08:21

Choose a tag to compare

vhost-user-backend v0.18.0

Added

  • [#268] Add support for VHOST_USER_GET_SHARED_OBJECT

Changed

  • [#295] Updated vm-memory to 0.16.2 and vmm-sys-util to 0.14.0

vhost v0.13.0

04 Nov 16:29

Choose a tag to compare

vhost v0.13.0

Added

  • [#266] Add support for VHOST_USER_RESET_DEVICE

Changed

  • [#269] Update vm-memory to 0.16.0 and virtio-queue to 0.13.0

vhost-user-backend v0.17.0

04 Nov 16:30

Choose a tag to compare

vhost-user-backend v0.17.0

Added

  • [#266] Add support for VHOST_USER_RESET_DEVICE

Changed

  • [#269] Update vm-memory to 0.16.0 and virtio-queue to 0.13.0

vhost v0.12.1

25 Oct 11:17

Choose a tag to compare

vhost v0.12.1

Fixed

  • [#267] Fix feature unification issues with gpu-socket feature.

vhost-user-backend v0.16.1

25 Oct 11:17

Choose a tag to compare

vhost-user-backend v0.16.1

Fixed

  • [#267] Fix feature unification issues with gpu-socket feature.