Skip to content

Releases: rust-vmm/vm-virtio

virtio-bindings-v0.2.7

20 Jan 11:28

Choose a tag to compare

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

17 Nov 10:48

Choose a tag to compare

virtio-vsock v0.11.0

Changed

  • Updated virtio-queue from 0.16.0 to 0.17.0

virtio-queue-v0.17.0

17 Nov 10:47

Choose a tag to compare

virtio-queue v0.17.0

Changed

  • Updated vm-memory from 0.16.0 to 0.17.1

virtio-queue-ser-v0.14.0

17 Nov 10:46

Choose a tag to compare

virtio-queue-ser v0.14.0

Changed

  • Updated virtio-queue from 0.16.0 to 0.17.0

virtio-vsock-v0.10.0

26 Jun 15:09
virtio-vsock-v0.10.0

Choose a tag to compare

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

26 Jun 15:08
virtio-queue-v0.16.0

Choose a tag to compare

virtio-queue v0.16.0

Changed

- Updated virtio-bindings from 0.2.5 to 0.2.6.

virtio-queue-ser-v0.13.0

26 Jun 15:08
virtio-queue-ser-v0.13.0

Choose a tag to compare

virtio-queue-ser v0.13.0

Changed

- Updated virtio-queue from 0.15.0 to 0.16.0

virtio-bindings-v0.2.6

26 Jun 15:07
virtio-bindings-v0.2.6

Choose a tag to compare

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

11 Jun 12:02

Choose a tag to compare

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

11 Jun 08:00

Choose a tag to compare

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