Skip to content

Commit daec8d4

Browse files
committed
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>
1 parent 99a17b7 commit daec8d4

15 files changed

Lines changed: 37 additions & 19 deletions

Documentation/virt/kvm/index.rst

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,13 @@ KVM
88
:maxdepth: 2
99

1010
api
11-
amd-memory-encryption
12-
cpuid
13-
halt-polling
14-
hypercalls
15-
locking
16-
mmu
17-
msr
18-
nested-vmx
19-
ppc-pv
20-
s390-diag
21-
s390-pv
22-
s390-pv-boot
23-
timekeeping
24-
vcpu-requests
25-
26-
review-checklist
11+
devices/index
2712

2813
arm/index
14+
s390/index
15+
ppc-pv
16+
x86/index
2917

30-
devices/index
31-
32-
running-nested-guests
18+
locking
19+
vcpu-requests
20+
review-checklist
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
====================
4+
KVM for s390 systems
5+
====================
6+
7+
.. toctree::
8+
:maxdepth: 2
9+
10+
s390-diag
11+
s390-pv
12+
s390-pv-boot
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
===================
4+
KVM for x86 systems
5+
===================
6+
7+
.. toctree::
8+
:maxdepth: 2
9+
10+
amd-memory-encryption
11+
cpuid
12+
halt-polling
13+
hypercalls
14+
mmu
15+
msr
16+
nested-vmx
17+
running-nested-guests
18+
timekeeping

0 commit comments

Comments
 (0)