docs: add kbase article on how to configure core dumps for QEMU

Enabling core dumps is a reasonably straightforward task, but is not
documented clearly. This page provides as easy link to point users
to when they need to debug QEMU.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé
2021-07-20 14:24:11 +01:00
parent 8ad2882cb6
commit 5f14729bbe
3 changed files with 134 additions and 0 deletions
+4
View File
@@ -67,3 +67,7 @@ Internals / Debugging
`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