On Tue, Oct 12, 2021 at 1:43 PM Krish Sadhukhan <krish.sadhukhan@xxxxxxxxxx> wrote: > > vm_open() actually creates the VM by opening the KVM device and calling > KVM_CREATE_VM ioctl, so it is semantically more correct to call it > __vm_create(). I see no problem with the current semantics, since the KVM_CREATE_VM ioctl *opens* a new VM file descriptor.