Skip to content

virtio-bindings v0.2.0

Choose a tag to compare

@andreeaflorescu andreeaflorescu released this 21 Feb 12:18
· 144 commits to main since this release

Added

  • Add bindings for virtio_config.h, virtio_gpu.h, and virtio_mmio.h

Changed

  • Regenerate bindings with Glibc 2.36, Linux 6.1, and bindgen 0.63.0
  • The virtio-v4_14_0 and virtio-v5_0_0 crate features are now no-ops — the latest version of the bindings is now always used.
  • The bindings modules no longer accidentally re-export constants from Glibc or other kernel headers. As a result of this, it is no longer possible to reference constants from virtio_config.h through e.g. the virtio_net module, only through the virtio_config module.