From: Peter Krempa Date: Wed, 4 Nov 2020 14:51:17 +0000 (+0100) Subject: docs: kbase: Split articles into sections X-Git-Tag: v6.10.0-rc1~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f0d7fc6360ff03d58464b8e785d10317d4fba08;p=thirdparty%2Flibvirt.git docs: kbase: Split articles into sections Split the existing list of kbase articles into a 'Usage' category and into 'Internals/Debugging'. This will later represent the two columns on the web page. Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik --- diff --git a/docs/kbase/index.rst b/docs/kbase/index.rst index b3e6e5461b..f9e42f211f 100644 --- a/docs/kbase/index.rst +++ b/docs/kbase/index.rst @@ -2,8 +2,8 @@ Knowledge base ============== -`Debug logs `__ - Configuration of logging and tips on how to file a good bug report. +Usage +----- `Disk locking `__ Ensuring exclusive guest access to disks with @@ -34,15 +34,21 @@ Knowledge base Examination of the security protections used for QEMU and how they need configuring to allow use of QEMU passthrough with host files/devices. -`Systemtap `__ - Explanation of how to use systemtap for libvirt tracing. - `Virtio-FS `__ Share a filesystem between the guest and the host `KVM real time `__ Run real time workloads in guests on a KVM hypervisor +Internals / Debugging +--------------------- + +`Debug logs `__ + Configuration of logging and tips on how to file a good bug report. + +`Systemtap `__ + Explanation of how to use systemtap for libvirt tracing. + `Incremental backup internals `__ Incremental backup implementation details relevant for users