Expand description
VMI drivers.
Modules§
- kdmp
driver-kdmp - xen
driver-xen - xen_
core_ dump driver-xen-core-dump
Traits§
- VmiDriver
- Base trait for all VMI driver sub-traits.
- VmiEvent
Control - Capability to control event monitoring and delivery.
- VmiFull
Driver - A trait for implementing a VMI driver.
- VmiMemory
- Combined page read and write access.
- VmiProtection
- Combined memory access read and write.
- VmiQuery
Protection - Capability to query memory access permissions.
- VmiQuery
Registers - Capability to read vCPU registers.
- VmiRead
- Capability to read guest physical memory pages.
- VmiRead
Access - All read-only VMI capabilities.
- VmiRegisters
- Combined register read and write access.
- VmiSet
Protection - Capability to modify memory access permissions.
- VmiSet
Registers - Capability to write vCPU registers.
- VmiView
Control - Capability to manage EPT/NPT views.
- VmiVm
Control - Capability to control VM lifecycle and GFN allocation.
- VmiWrite
- Capability to write guest physical memory pages.
- VmiWrite
Access - All write/control VMI capabilities.