Constant KVM_CREATE_VM

Source
pub const KVM_CREATE_VM: IoctlReqConstArg<KvmSystem, File<KvmVm>, 0>;
Expand description

Create a new virtual machine and obtain the file that represents it.

The resulting file accepts the ioctl requests defined in super::vm.