Search notes:

/dev/kvm

$ sudo cat /dev/kvm
cat: /dev/kvm: Invalid argument

kvm API - file descriptors

Documentation/virt/kvm/api.rst says: The kvm API is centered around file descriptors. An initial open("/dev/kvm") obtains a handle to the kvm subsystem; this handle can be used to issue system ioctls.

See also

KVM

Index