rust-vmm / vm-virtio

virtio implementation
Apache License 2.0
364 stars 87 forks source link

release virtio-queue v0.7.1 #226

Closed andreeaflorescu closed 1 year ago

andreeaflorescu commented 1 year ago

Summary of the PR

This is a patch release that fixes endianess and the problems with the iterator. In this release we did not update to the latest virtio-bindings version as that would result in a big change. This could cause other problems that would make it hard to consume this otherwise important patch release.

Note that when building locally virtio-queue the latests virtio-bindings will be used, but in production use cases this will not be the case because the v0.1.0 virtio-bindings will be used from crates.io.

Requirements

Before submitting your PR, please make sure you addressed the following requirements:

andreeaflorescu commented 1 year ago

@rbradford @stsquad please re-review.