Commit daec8d40 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

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: default avatarPaolo Bonzini <pbonzini@redhat.com>
Message-Id: <20220322110712.222449-2-pbonzini@redhat.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 99a17b77
Loading
Loading
Loading
Loading
+7 −19
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
.. SPDX-License-Identifier: GPL-2.0

====================
KVM for s390 systems
====================

.. toctree::
   :maxdepth: 2

   s390-diag
   s390-pv
   s390-pv-boot
Loading