Module vm

Source
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’s flags field.
KVM_MEM_READONLY
Marks a memory region as read-only in KVM_SET_USER_MEMORY_REGION’s flags field.
KVM_SET_USER_MEMORY_REGION
Create, modify or delete a guest physical memory slot.