Acronyms #
- ACPI #
Advanced Configuration and Power Interface
An open standard that provides uniform device configuration and power management capabilities directly to the operating system.
- AER #
Advanced Error Reporting
A capability within the PCI Express specification that enables advanced reporting, logging and recovery from PCI bus errors.
- APIC #
Advanced Programmable Interrupt Controller
An architecture of interrupt controllers designed to efficiently manage and route hardware interrupts across multiprocessing systems.
- BDF #
Bus:Device:Function
A standard notation used to uniquely address and identify individual physical or virtual devices on a PCI/PCIe bus.
- CG #
Control Groups (cgroups)
A Linux kernel feature used to limit, account for, isolate and prioritize the resource usage (such as CPU, memory and disk I/O) of collections of processes.
- EDF #
Earliest Deadline First
A dynamic priority scheduling algorithm that provides intuitive, real-time CPU resource sharing based on strict time guarantees.
- EPT #
Extended Page Tables
Performance in a virtualized environment is close to that in a native environment. However, virtualization does create overhead. It comes from the virtualization of the CPU, the MMU, and the I/O devices. In some recent x86 processors, AMD and Intel have begun to provide hardware extensions to help bridge this performance gap. In 2006, both vendors introduced their first-generation hardware support for x86 virtualization with AMD-Virtualization (AMD-V) and Intel® VT-x technologies. Intel introduced its second generation of hardware support that incorporates MMU-virtualization, called Extended Page Tables (EPT). EPT-enabled systems can improve performance compared to using shadow paging for MMU virtualization. EPT increases memory access latencies for a few workloads. This cost can be reduced by effectively using large pages in the guest and the hypervisor.
- HVM #
Hardware Virtual Machine
A fully virtualized operating system instance running on hardware that natively supports virtualization extensions (such as Intel VT-x or AMD-V).
- IOMMU #
Input/Output Memory Management Unit
IOMMU (AMD* technology) is a memory management unit (MMU) that connects a direct memory access-capable (DMA-capable) I/O bus to the main memory.
- KSM #
Kernel Same-page Merging
A Linux kernel feature that allows for automatic sharing of identical memory pages between guests to save host memory. KVM is optimized to use KSM if enabled on the VM Host Server.
- MMU #
Memory Management Unit
A hardware component responsible for handling accesses to memory requested by the CPU. Its functions include translation of virtual addresses to physical addresses (that is, virtual memory management), memory protection, cache control, bus arbitration and, in simpler computer architectures (especially 8-bit systems), bank switching.
- PAE #
Physical Address Extension
A memory management feature that allows 32-bit x86 operating systems to address more than 4 GB of physical memory by expanding page table entries to 64 bits.
- PCID #
Process-Context Identifiers
A processor facility that caches information for multiple linear-address spaces so that the processor may retain cached information when software switches to a different linear address space. The INVPCID instruction is used for fine-grained TLB flush, which benefits the kernel.
- PCIe #
Peripheral Component Interconnect Express
A high-speed serial expansion bus standard designed to replace older PCI, PCI-X and AGP bus standards. PCIe has numerous improvements, including a higher maximum system bus throughput, a lower I/O pin count and a smaller physical footprint. Moreover, it also has a more detailed error detection and reporting mechanism (AER) and a native hotplug functionality. It is also backward compatible with PCI.
- PSE / PSE36 #
Page Size Extension / Page Size Extension 36-Bit
Hardware features in x86 processors that allow for pages larger than the traditional 4 KiB size. PSE-36 capability offers 4 more bits, in addition to the normal 10 bits, which are used inside a page directory entry pointing to a large page. This allows a large page to be located in a 36-bit address space.
- PT #
Page Table
The data structure used by a virtual memory system in a computer operating system to store the mapping between virtual addresses and physical addresses. Virtual addresses are those unique to the accessing process. Physical addresses are those unique to the hardware (RAM).
- QXL #
QXL Display Device
QXL is a cirrus VGA framebuffer (8M) driver for virtualized environment.
- RVI / NPT #
Rapid Virtualization Indexing / Nested Page Tables
AMD's second-generation hardware-assisted virtualization technology for the processor memory management unit (MMU).
- SATA #
Serial ATA
A computer bus interface that connects host bus adapters to mass storage devices, such as hard disks and optical drives.
- Seccomp2-based sandboxing #
Secure Computing Mode sandboxing
A sandboxed environment where only predetermined system calls are permitted for added protection against malicious behavior.
- SPICE #
Simple Protocol for Independent Computing Environments
An open-source remote display protocol designed for virtual environments to deliver high-quality graphics and audio streaming over networks.
- TCG #
Tiny Code Generator
The core component of the QEMU emulator that acts as a just-in-time compiler, translating target CPU instructions into host system architecture instructions.
- THP #
Transparent Huge Pages
A Linux kernel feature that allows CPUs to address memory using pages larger than the default 4 KB. This helps reduce memory consumption and CPU cache usage. KVM is optimized to use THP (via madvise and opportunistic methods) if enabled on the VM Host Server.
- TLB #
Translation Lookaside Buffer
A hardware cache that memory management hardware uses to improve virtual address translation speed. All current desktop, notebook and server processors use a TLB to map virtual and physical address spaces, and it is nearly always present in any hardware that uses virtual memory.
- VCPU #
Virtual Central Processing Unit
A software-defined scheduling entity managed by a hypervisor that represents a single physical CPU core allocated to a virtual machine.
- VDI #
Virtual Desktop Infrastructure
An IT architecture that hosts user desktop environments within virtual machines running on centralized data center servers.
- VFIO #
Virtual Function I/O
A Linux kernel framework that provides secure, direct user-space access to PCI devices.
- VHS #
Virtualization Host Server
A physical server hardware platform explicitly configured with a hypervisor to host, manage and run multiple virtual machines.
- VMCS #
Virtual Machine Control Structure
VMX non-root operation and VMX transitions are controlled by a data structure called a virtual-machine control structure (VMCS). Access to the VMCS is managed through a component of processor state called the VMCS pointer (one per logical processor). The value of the VMCS pointer is the 64-bit address of the VMCS. The VMCS pointer is read and written using the instructions VMPTRST and VMPTRLD. The VMM configures a VMCS using the VMREAD, VMWRITE, and VMCLEAR instructions. A VMM could use a different VMCS for each virtual machine that it supports. For a virtual machine with multiple logical processors (virtual processors), the VMM could use a different VMCS for each virtual processor.
- VMDq #
Virtual Machine Device Queues
Multi-queue network adapters that support multiple VMs at the hardware level, having separate packet queues associated with the different hosted VMs (by means of the IP addresses of the VMs).
- VMM #
Virtual Machine Monitor (Hypervisor)
Software, firmware or hardware that creates, runs and manages virtual machines, mediating access to the underlying physical resources.
- VMX #
Virtual Machine Extensions
Intel’s hardware-assisted virtualization technology architecture added to x86 processors to support native hypervisor execution.
- VMX Root / Non-Root Operation #
Processor execution modes introduced by VMX. The VMM runs in VMX root operation, while guest software runs in VMX non-root operation. Transitions between the two modes are called VMX transitions.
- VPID #
Virtual Processor Identifiers
New support for software control of TLB (VPID improves TLB performance with small VMM development effort).
- VT-d #
Virtualization Technology for Directed I/O
Intel's hardware implementation of an IOMMU, providing device isolation and direct memory access (DMA) translation for virtualized environments.
- vTPM #
Virtual Trusted Platform Module
Component to establish end-to-end integrity for guests via Trusted Computing.