Crate kvm_sys

Source
Expand description

Bindings for the Linux KVM (Kernel Virtual Machine) API.

Re-exports§

pub use crate::x86::*;

Modules§

x86

Constants§

KVM_CHECK_EXTENSION
Constant ioctl request number.
KVM_CREATE_DEVICE
Constant ioctl request number.
KVM_CREATE_IRQCHIP
Constant ioctl request number.
KVM_CREATE_PIT
Constant ioctl request number.
KVM_CREATE_PIT2
Constant ioctl request number.
KVM_CREATE_VCPU
Constant ioctl request number.
KVM_CREATE_VM
Constant ioctl request number.
KVM_DIRTY_TLB
Constant ioctl request number.
KVM_ENABLE_CAP
Constant ioctl request number.
KVM_GET_API_VERSION
Constant ioctl request number.
KVM_GET_CLOCK
Constant ioctl request number.
KVM_GET_DEVICE_ATTR
Constant ioctl request number.
KVM_GET_DIRTY_LOG
Constant ioctl request number.
KVM_GET_FPU
Constant ioctl request number.
KVM_GET_IRQCHIP
Constant ioctl request number.
KVM_GET_MP_STATE
Constant ioctl request number.
KVM_GET_NR_MMU_PAGES
Constant ioctl request number.
KVM_GET_ONE_REG
Constant ioctl request number.
KVM_GET_REGS
Constant ioctl request number.
KVM_GET_REG_LIST
Constant ioctl request number.
KVM_GET_SREGS
Constant ioctl request number.
KVM_GET_TSC_KHZ
Constant ioctl request number.
KVM_GET_VCPU_MMAP_SIZE
Constant ioctl request number.
KVM_HAS_DEVICE_ATTR
Constant ioctl request number.
KVM_INTERRUPT
Constant ioctl request number.
KVM_IOEVENTFD
Constant ioctl request number.
KVM_IRQFD
Constant ioctl request number.
KVM_IRQ_LINE
Constant ioctl request number.
KVM_IRQ_LINE_STATUS
Constant ioctl request number.
KVM_KVMCLOCK_CTRL
Constant ioctl request number.
KVM_NMI
Constant ioctl request number.
KVM_REGISTER_COALESCED_MMIO
Constant ioctl request number.
KVM_REINJECT_CONTROL
Constant ioctl request number.
KVM_RUN
Constant ioctl request number.
KVM_SET_BOOT_CPU_ID
Constant ioctl request number.
KVM_SET_CLOCK
Constant ioctl request number.
KVM_SET_DEVICE_ATTR
Constant ioctl request number.
KVM_SET_FPU
Constant ioctl request number.
KVM_SET_GSI_ROUTING
Constant ioctl request number.
KVM_SET_GUEST_DEBUG
Constant ioctl request number.
KVM_SET_IDENTITY_MAP_ADDR
Constant ioctl request number.
KVM_SET_IRQCHIP
Constant ioctl request number.
KVM_SET_MP_STATE
Constant ioctl request number.
KVM_SET_NR_MMU_PAGES
Constant ioctl request number.
KVM_SET_ONE_REG
Constant ioctl request number.
KVM_SET_REGS
Constant ioctl request number.
KVM_SET_SIGNAL_MASK
Constant ioctl request number.
KVM_SET_SREGS
Constant ioctl request number.
KVM_SET_TSC_KHZ
Constant ioctl request number.
KVM_SET_TSS_ADDR
Constant ioctl request number.
KVM_SET_USER_MEMORY_REGION
Constant ioctl request number.
KVM_SET_USER_MEMORY_REGION2
Constant ioctl request number.
KVM_SET_VAPIC_ADDR
Constant ioctl request number.
KVM_SIGNAL_MSI
Constant ioctl request number.
KVM_SMI
Constant ioctl request number.
KVM_TPR_ACCESS_REPORTING
Constant ioctl request number.
KVM_TRANSLATE
Constant ioctl request number.
KVM_UNREGISTER_COALESCED_MMIO
Constant ioctl request number.