Skip to content

kvm-ioctls-v0.12.1

Choose a tag to compare

@stefano-garzarella stefano-garzarella released this 29 Oct 09:11
· 330 commits to main since this release

Changelog

v0.12.1

Fixed

  • [#298]: Fixed incorrect
    usage of ioctl_with_ref in the create_device method. Replace it
    with ioctl_with_mut_ref as the passed parameter may be mutated by
    the ioctl.