virtio-bindings v0.2.0
·
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_0andvirtio-v5_0_0crate 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_netmodule, only through thevirtio_configmodule.