pub const KVM_CREATE_VM: IoctlReqConstArg<KvmSystem, File<KvmVm>, 0>;
Create a new virtual machine and obtain the file that represents it.
The resulting file accepts the ioctl requests defined in super::vm.
ioctl
super::vm