kvm-ioctls-v0.12.1
·
330 commits
to main
since this release
Changelog
v0.12.1
Fixed
- [#298]: Fixed incorrect
usage ofioctl_with_refin thecreate_devicemethod. Replace it
withioctl_with_mut_refas the passed parameter may be mutated by
the ioctl.