Releases: rust-vmm/vhost
Releases · rust-vmm/vhost
vhost v0.13.0
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
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
vhost v0.12.1
Fixed
- [#267] Fix feature unification issues with gpu-socket feature.
vhost-user-backend v0.16.1
vhost-user-backend v0.16.1
Fixed
- [#267] Fix feature unification issues with gpu-socket feature.
vhost v0.12.0 - yanked
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
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
vhost-user-backend v0.15.0
vhost-user-backend v0.15.0
Changed
- [#237] Update virtio-queue dependency to 0.12.0
vhost v0.11.0
vhost v0.11.0
Added
- [#203] Add back-end's internal state migration support
- [#218] Adding POSTCOPY support
- [#206] Add bitmap support for tracking dirty pages during migration
vhost-user-backend v0.14.0
vhost-user-backend v0.14.0
Added
- [#203] Add back-end's internal state migration support
- [#218] Adding POSTCOPY support
- [#206] Add bitmap support for tracking dirty pages during migration
vhost-user-backend v0.13.1
vhost-user-backend v0.13.1
Fixed
- [#227] vhost-user-backend: Fix SET_VRING_KICK should not disable the vring