Releases: rust-vmm/vm-virtio
Releases · rust-vmm/vm-virtio
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
RawDescriptor
to 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
virtio-queue-ser-v0.12.0
Changed
- Updated virtio-queue form 0.14.0 to 0.15.0
Fixed
- Add license files.
virtio-bindings-v0.2.5
Changed
- Regenerate bindings with Linux 6.12.
- Introduced bindgen build dependency and its clang development package
dependency. See bindgen fix below for why this was necessary.
Fixed
- Add license files.
- Use bindgen library from build.rs to fix i686 builds due to x86_64-specific
alignment checks.
virtio-vsock-v0.8.0
Changed
- Updated vm-memory from 0.15.0 to 0.16.0.
- Updated virtio-bindings from 0.2.3 to 0.2.4.
- Updated virtio-queue from 0.13.0 to 0.14.0.
virtio-queue-v0.14.0
Changed
- Updated vm-memory from 0.15.0 to 0.16.0
- Updated virtio-bindings from 0.2.3 to 0.2.4.