Skip to content

Commit

Permalink
Documentation: KVM: add separate directories for architecture-specifi…
Browse files Browse the repository at this point in the history
…c 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>
  • Loading branch information
Paolo Bonzini committed Mar 29, 2022
1 parent 99a17b7 commit daec8d4
Show file tree
Hide file tree
Showing 15 changed files with 37 additions and 19 deletions.
26 changes: 7 additions & 19 deletions Documentation/virt/kvm/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,13 @@ KVM
:maxdepth: 2

api
amd-memory-encryption
cpuid
halt-polling
hypercalls
locking
mmu
msr
nested-vmx
ppc-pv
s390-diag
s390-pv
s390-pv-boot
timekeeping
vcpu-requests

review-checklist
devices/index

arm/index
s390/index
ppc-pv
x86/index

devices/index

running-nested-guests
locking
vcpu-requests
review-checklist
12 changes: 12 additions & 0 deletions Documentation/virt/kvm/s390/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.. SPDX-License-Identifier: GPL-2.0
====================
KVM for s390 systems
====================

.. toctree::
:maxdepth: 2

s390-diag
s390-pv
s390-pv-boot
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 18 additions & 0 deletions Documentation/virt/kvm/x86/index.rst
Original file line number Diff line number Diff line change
@@ -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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit daec8d4

Please sign in to comment.