blob: 3492458a4ae8b836e41ed39f903d155b43fde73a [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +0800100-INDEX
2 - this file.
3amd-memory-encryption.rst
4 - notes on AMD Secure Encrypted Virtualization feature and SEV firmware
5 command description
6api.txt
7 - KVM userspace API.
8arm
9 - internal ABI between the kernel and HYP (for arm/arm64)
10cpuid.txt
11 - KVM-specific cpuid leaves (x86).
12devices/
13 - KVM_CAP_DEVICE_CTRL userspace API.
14halt-polling.txt
15 - notes on halt-polling
16hypercalls.txt
17 - KVM hypercalls.
18locking.txt
19 - notes on KVM locks.
20mmu.txt
21 - the x86 kvm shadow mmu.
22msr.txt
23 - KVM-specific MSRs (x86).
24nested-vmx.txt
25 - notes on nested virtualization for Intel x86 processors.
26ppc-pv.txt
27 - the paravirtualization interface on PowerPC.
28review-checklist.txt
29 - review checklist for KVM patches.
30s390-diag.txt
31 - Diagnose hypercall description (for IBM S/390)
32timekeeping.txt
33 - timekeeping virtualization for x86-based architectures.
34vcpu-requests.rst
35 - internal VCPU request API