Skip to content

kvm-ioctls-v0.20.0

Latest
Compare
Choose a tag to compare
@roypat roypat released this 30 Jan 07:10

Changelog

v0.20.0

Added

  • [#288]: Introduce Cap::GuestMemfd, Cap::MemoryAttributes and Cap::UserMemory2 capabilities enum variants for use with VmFd::check_extension.
  • [#288]: Introduce VmFd::check_extension_raw and VmFd::check_extension_int to allow KVM_CHECK_EXTENSION to return integer.

Changed

  • [#305]: Updated kvm-bindings to 0.11.0.

Fixed

  • [#298]: Fixed incorrect usage of 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.