kvm-ioctls-v0.19.1
Changelog
v0.19.1
Fixed
- [#298]: Fixed incorrect usage of
ioctl_wit_ref
in thecreate_device
method. Replace it withioctl_wit_mut_ref
as the passed parameter may be mutated by the ioctl.
ioctl_wit_ref
in the create_device
method. Replace it with ioctl_wit_mut_ref
as the passed parameter may be mutated by the ioctl.