Skip to content

Releases: rust-vmm/vhost

vhost-user-backend v0.20.0

03 Jul 10:46
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

vhost-user-backend v0.16.1

Fixed

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

vhost v0.12.0 - yanked

13 Sep 08:45
Compare
Choose a tag to compare

vhost v0.12.0 - yanked

This version got yanked because the gpu_socket feature introduced in this release was causing problems (see #265).
Starting with the next version (v0.12.1), the gpu_socket feature was removed.

Added

  • [#241] Add shared objects support
  • [#239] Add support for VHOST_USER_GPU_SET_SOCKET

Changed

  • [#257] Update vm-memory from 0.14.0 to 0.15.0.
  • [#243] Ignore unknown bits in VHOST_USER_GET_PROTOCOL_FEATURES response.

Remove

  • [#246] Remove support for FS_* requests

vhost-user-backend v0.16.0 - yanked

13 Sep 08:45
Compare
Choose a tag to compare

vhost-user-backend v0.16.0 - yanked

This version got yanked because the gpu_socket feature introduced in this release was causing problems (see #265).
Starting with the next version (v0.16.1), the gpu_socket feature was removed.

Added

  • [#241] Add shared objects support
  • [#239] Add support for VHOST_USER_GPU_SET_SOCKET

Changed

  • [#257] Update virtio-queue version from 0.12.0 to 0.13.0 and vm-memory from 0.14.0 to 0.15.0.
  • [#240] Move the set of event_idx property from set_vring_base callback to set_features one