Documentation: KVM: add separate directories for architecture-specific documentation
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 22 Mar 2022 11:07:10 +0000 (12:07 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 29 Mar 2022 17:21:20 +0000 (13:21 -0400)
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>
15 files changed:
Documentation/virt/kvm/index.rst
Documentation/virt/kvm/s390/index.rst [new file with mode: 0644]
Documentation/virt/kvm/s390/s390-diag.rst [moved from Documentation/virt/kvm/s390-diag.rst with 100% similarity]
Documentation/virt/kvm/s390/s390-pv-boot.rst [moved from Documentation/virt/kvm/s390-pv-boot.rst with 100% similarity]
Documentation/virt/kvm/s390/s390-pv.rst [moved from Documentation/virt/kvm/s390-pv.rst with 100% similarity]
Documentation/virt/kvm/x86/amd-memory-encryption.rst [moved from Documentation/virt/kvm/amd-memory-encryption.rst with 100% similarity]
Documentation/virt/kvm/x86/cpuid.rst [moved from Documentation/virt/kvm/cpuid.rst with 100% similarity]
Documentation/virt/kvm/x86/halt-polling.rst [moved from Documentation/virt/kvm/halt-polling.rst with 100% similarity]
Documentation/virt/kvm/x86/hypercalls.rst [moved from Documentation/virt/kvm/hypercalls.rst with 100% similarity]
Documentation/virt/kvm/x86/index.rst [new file with mode: 0644]
Documentation/virt/kvm/x86/mmu.rst [moved from Documentation/virt/kvm/mmu.rst with 100% similarity]
Documentation/virt/kvm/x86/msr.rst [moved from Documentation/virt/kvm/msr.rst with 100% similarity]
Documentation/virt/kvm/x86/nested-vmx.rst [moved from Documentation/virt/kvm/nested-vmx.rst with 100% similarity]
Documentation/virt/kvm/x86/running-nested-guests.rst [moved from Documentation/virt/kvm/running-nested-guests.rst with 100% similarity]
Documentation/virt/kvm/x86/timekeeping.rst [moved from Documentation/virt/kvm/timekeeping.rst with 100% similarity]

index b6833c7bb474192b1ac78b26ab073c9bfee5ada1..e0a2c74e1043a09bc7a0c912c1215d8ffba8f1ff 100644 (file)
@@ -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
diff --git a/Documentation/virt/kvm/s390/index.rst b/Documentation/virt/kvm/s390/index.rst
new file mode 100644 (file)
index 0000000..605f488
--- /dev/null
@@ -0,0 +1,12 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+====================
+KVM for s390 systems
+====================
+
+.. toctree::
+   :maxdepth: 2
+
+   s390-diag
+   s390-pv
+   s390-pv-boot
diff --git a/Documentation/virt/kvm/x86/index.rst b/Documentation/virt/kvm/x86/index.rst
new file mode 100644 (file)
index 0000000..55ede8e
--- /dev/null
@@ -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