Releases: rust-vmm/vm-virtio
Releases · rust-vmm/vm-virtio
virtio-bindings-v0.2.7
virtio-bindings v0.2.7
Changed
- Regenerate bindings with Linux 6.16.
- Drop powerpc (32-bit) bindings.
Fixed
- Fix powerpc64 little-endian bindings.
- Fix several architecture-specific issues introduced in the previous release
virtio-vsock-v0.11.0
virtio-vsock v0.11.0
Changed
- Updated virtio-queue from 0.16.0 to 0.17.0
virtio-queue-v0.17.0
virtio-queue v0.17.0
Changed
- Updated vm-memory from 0.16.0 to 0.17.1
virtio-queue-ser-v0.14.0
virtio-queue-ser v0.14.0
Changed
- Updated virtio-queue from 0.16.0 to 0.17.0
virtio-vsock-v0.10.0
virtio-vsock v0.10.0 Changed - Updated virtio-bindings from 0.2.5 to 0.2.6. - Updated virtio-queue from 0.15.0 to 0.16.0
virtio-queue-v0.16.0
virtio-queue v0.16.0 Changed - Updated virtio-bindings from 0.2.5 to 0.2.6.
virtio-queue-ser-v0.13.0
virtio-queue-ser v0.13.0 Changed - Updated virtio-queue from 0.15.0 to 0.16.0
virtio-bindings-v0.2.6
Changed
- Bindings are now once again distributed with the crate, rather than
generated at build time. - Regenerate bindings with Linux 6.15.
- Remove unused feature flags and build dependencies.
virtio-vsock-v0.9.0
Fixed
- Add license files.
Changed
- Updated virtio-bindings from 0.2.4 to 0.2.5.
- Updated virtio-queue from 0.14.0 to 0.15.0
virtio-queue-v0.15.0
Fixed
- Add license files.
Changed
- Updated virtio-bindings from 0.2.4 to 0.2.5.
- Use
RawDescriptorto represent the memory layout of the split and packed descriptor in virtio-queue/desc. - Move the split descriptor to the virtio-queue/desc.
- Updated vmm-sys-util from v0.12.1 to v0.14.0
Added
- Add packed descriptor in virtio-queue