Skip to content

kvm-ioctls-v0.8.0

Compare
Choose a tag to compare
@andreeaflorescu andreeaflorescu released this 08 Mar 11:33

v0.8.0

Added

  • Support for specifying VM type (an opaque platform and architecture specific
    constant) when creating a VM (KVM_CREATE_VM ioctl) via the
    Kvm::create_vm_with_type function.

Changed

  • Now depends on kvm-bindings >=0.4.0 to support use of a newer vmm-sys-utils
    dependency.