Expand description
Constants for VM ioctls.
Structs§
- KvmVm
- The device type marker for the a KVM virtual machine file descriptor.
Constants§
- KVM_
CHECK_ EXTENSION - Query whether the KVM subsystem in the current kernel supports a particular extension for a specific VM.
- KVM_
CREATE_ VCPU - Create a new virtual CPU for an existing virtual machine and obtain the file that represents it.
- KVM_
MEM_ LOG_ DIRTY_ PAGES - Track writes to this region if set in
KVM_SET_USER_MEMORY_REGION
’sflags
field. - KVM_
MEM_ READONLY - Marks a memory region as read-only in
KVM_SET_USER_MEMORY_REGION
’sflags
field. - KVM_
SET_ USER_ MEMORY_ REGION - Create, modify or delete a guest physical memory slot.