Skip to content

virtio-queue-v0.6.1

Compare
Choose a tag to compare
@lauralt lauralt released this 29 Sep 15:19
· 179 commits to main since this release

v0.6.1

Fixed

  • Return an error if the number of available descriptor chains exposed by the
    driver exceeds the queue size. This way we avoid potential hanging and
    Denial-of-Service in the VMM, that was possible before by iterating multiple
    times over the same chains.