[PATCH 01/11] kbase: index: Split off 'internals' section

Peter Krempa pkrempa at redhat.com
Thu Apr 7 14:00:23 UTC 2022


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 at redhat.com>
---
 docs/kbase/index.rst | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/docs/kbase/index.rst b/docs/kbase/index.rst
index 9c4e921f1f..4e18acd4d9 100644
--- a/docs/kbase/index.rst
+++ b/docs/kbase/index.rst
@@ -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
-- 
2.35.1



More information about the libvir-list mailing list