]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Documentation: virtual: Add toctree hooks
authorLuke Nowakowski-Krijger <lnowakow@eng.ucsd.edu>
Wed, 10 Jul 2019 15:30:54 +0000 (08:30 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 11 Jul 2019 13:12:34 +0000 (15:12 +0200)
Added toctree hooks for indexing. Hooks added only for newly added
files.

The hook for the top of the tree will be added in a later patch series
when a few more substantial changes have been added.

Signed-off-by: Luke Nowakowski-Krijger <lnowakow@eng.ucsd.edu>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Documentation/virtual/index.rst [new file with mode: 0644]
Documentation/virtual/kvm/index.rst [new file with mode: 0644]

diff --git a/Documentation/virtual/index.rst b/Documentation/virtual/index.rst
new file mode 100644 (file)
index 0000000..062ffb5
--- /dev/null
@@ -0,0 +1,18 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+============================
+Linux Virtualization Support
+============================
+
+.. toctree::
+   :maxdepth: 2
+
+   kvm/index
+   paravirt_ops
+
+.. only:: html and subproject
+
+   Indices
+   =======
+
+   * :ref:`genindex`
diff --git a/Documentation/virtual/kvm/index.rst b/Documentation/virtual/kvm/index.rst
new file mode 100644 (file)
index 0000000..0b206a0
--- /dev/null
@@ -0,0 +1,11 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+===
+KVM
+===
+
+.. toctree::
+   :maxdepth: 2
+
+   amd-memory-encryption
+   cpuid