diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2022-03-22 12:07:10 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-03-29 13:21:20 -0400 |
commit | daec8d408308ee7322d86cdd2dc3332e9cdbedf9 (patch) | |
tree | 4b46edfbd44a3659e49288a36b58a278b2d9e8dc /Documentation/virt/kvm/x86/index.rst | |
parent | 99a17b77704a44a89ec22509d73b1727763f2930 (diff) | |
download | linux-daec8d408308ee7322d86cdd2dc3332e9cdbedf9.tar.gz |
Documentation: KVM: add separate directories for architecture-specific documentation
ARM already has an arm/ subdirectory, but s390 and x86 do not even though
they have a relatively large number of files specific to them. Create
new directories in Documentation/virt/kvm for these two architectures
as well.
While at it, group the API documentation and the developer documentation
in the table of contents.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20220322110712.222449-2-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Documentation/virt/kvm/x86/index.rst')
-rw-r--r-- | Documentation/virt/kvm/x86/index.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/virt/kvm/x86/index.rst b/Documentation/virt/kvm/x86/index.rst new file mode 100644 index 000000000000..55ede8e070b6 --- /dev/null +++ b/Documentation/virt/kvm/x86/index.rst @@ -0,0 +1,18 @@ +.. SPDX-License-Identifier: GPL-2.0 + +=================== +KVM for x86 systems +=================== + +.. toctree:: + :maxdepth: 2 + + amd-memory-encryption + cpuid + halt-polling + hypercalls + mmu + msr + nested-vmx + running-nested-guests + timekeeping |