Expand description
Constants for system ioctls.
Structs§
- KvmSystem
- The device type marker for the main KVM file descriptor, typically obtained
by opening
/dev/kvm
.
Constants§
- KVM_
CHECK_ EXTENSION - Query whether the KVM subsystem in the current kernel supports a particular extension.
- KVM_
CREATE_ VM - Create a new virtual machine and obtain the file that represents it.
- KVM_
GET_ API_ VERSION - Identifies the version of the KVM API used by the current kernel.
- KVM_
GET_ VCPU_ MMAP_ SIZE - Returns the size of the shared memory region that will be used to communicate with userspace for each VCPU.