]> xenbits.xensource.com Git - libvirt.git/commitdiff
kbase: index: Split off 'internals' section
authorPeter Krempa <pkrempa@redhat.com>
Tue, 5 Apr 2022 11:17:30 +0000 (13:17 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 12 Apr 2022 10:53:32 +0000 (12:53 +0200)
Add a separate column of documents regarding internals of libvirt and
move the 'migrationinternals' and 'incrementalbackupinternals' pages
under the new heading.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/kbase/index.rst

index 9c4e921f1f0db432c00d5e522d1b0ccebc95fc5b..4e18acd4d9848242611f876edfcd249f8a789055 100644 (file)
@@ -62,8 +62,8 @@ Usage
     Details about snapshotting a VM
 
 
-Internals / Debugging
----------------------
+Debugging
+---------
 
 `Debug logs <debuglogs.html>`__
   Configuration of logging and tips on how to file a good bug report.
@@ -71,13 +71,17 @@ Internals / Debugging
 `Systemtap <systemtap.html>`__
    Explanation of how to use systemtap for libvirt tracing.
 
+`Capturing core dumps for QEMU <qemu-core-dump.html>`__
+   How to configure libvirt to enable capture of core dumps from
+   QEMU virtual machines
+
+
+Internals
+---------
+
 `Incremental backup internals <incrementalbackupinternals.html>`__
    Incremental backup implementation details relevant for users
 
 `VM migration internals <migrationinternals.html>`__
    VM migration implementation details, complementing the info in
    `migration <../migration.html>`__
-
-`Capturing core dumps for QEMU <qemu-core-dump.html>`__
-   How to configure libvirt to enable capture of core dumps from
-   QEMU virtual machines