1# Changelog 2## [Unreleased] 3 4### Added 5 6### Changed 7 8### Fixed 9 10### Deprecated 11 12## v0.10.1 13 14### Fixed 15- [[#180]](https://github.com/rust-vmm/vhost/pull/180) vhost-user-backend: fetch 'used' index from guest 16 17## v0.10.0 18 19### Added 20- [[#169]](https://github.com/rust-vmm/vhost/pull/160) vhost-user-backend: Add support for Xen memory mappings 21 22### Fixed 23- [[#161]](https://github.com/rust-vmm/vhost/pull/161) get_vring_base should not reset the queue 24 25## v0.9.0 26 27### Added 28- [[#138]](https://github.com/rust-vmm/vhost/pull/138): vhost-user-backend: add repository metadata 29 30### Changed 31- Updated dependency virtio-bindings 0.1.0 -> 0.2.0 32- Updated dependency virtio-queue 0.7.0 -> 0.8.0 33- Updated dependency vm-memory 0.10.0 -> 0.11.0 34 35### Fixed 36- [[#154]](https://github.com/rust-vmm/vhost/pull/154): Fix return value of GET_VRING_BASE message 37- [[#142]](https://github.com/rust-vmm/vhost/pull/142): vhost_user: Slave requests aren't only FS specific 38 39## v0.8.0 40 41### Added 42- [[#120]](https://github.com/rust-vmm/vhost/pull/120): vhost_kern: vdpa: Add missing ioctls 43 44### Changed 45- Updated dependency vhost 0.5 -> 0.6 46- Updated dependency virtio-queue 0.6 -> 0.7.0 47- Updated depepdency vm-memory 0.9 to 0.10.0 48- Updated depepdency vmm-sys-util 0.10 to 0.11.0 49 50## v0.7.0 51 52### Changed 53 54- Started using caret dependencies 55- Updated dependency nix 0.24 -> 0.25 56- Updated depepdency log 0.4.6 -> 0.4.17 57- Updated dependency vhost 0.4 -> 0.5 58- Updated dependency virtio-queue 0.5.0 -> 0.6 59- Updated dependency vm-memory 0.7 -> 0.9 60 61## v0.6.0 62 63### Changed 64 65- Moved to rust-vmm/virtio-queue v0.5.0 66 67### Fixed 68 69- Fixed vring initialization logic 70 71## v0.5.1 72 73### Changed 74- Moved to rust-vmm/vmm-sys-util 0.10.0 75 76## v0.5.0 77 78### Changed 79 80- Moved to rust-vmm/virtio-queue v0.4.0 81 82## v0.4.0 83 84### Changed 85 86- Moved to rust-vmm/virtio-queue v0.3.0 87- Relaxed rust-vmm/vm-memory dependency to require ">=0.7" 88 89## v0.3.0 90 91### Changed 92 93- Moved to rust-vmm/vhost v0.4.0 94 95## v0.2.0 96 97### Added 98 99- Ability to run the daemon as a client 100- VringEpollHandler implements AsRawFd 101 102## v0.1.0 103 104First release 105