1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

qemu.conf.in: Fix dumpCore capitalization

In qemu.conf.in we give examples of enabling/disabling core
dumps in domain XML. But the attribute is spelled wrong.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Michal Privoznik 2024-09-18 13:47:17 +02:00
parent 8287ca7119
commit 18b61cb4f9

@ -692,7 +692,7 @@
# guest RAM, if the 'dump_guest_core' setting has been enabled, # guest RAM, if the 'dump_guest_core' setting has been enabled,
# or if the guest XML contains # or if the guest XML contains
# #
# <memory dumpcore="on">...guest ram...</memory> # <memory dumpCore="on">...guest ram...</memory>
# #
# If guest RAM is to be included, ensure the max_core limit # If guest RAM is to be included, ensure the max_core limit
# is set to at least the size of the largest expected guest # is set to at least the size of the largest expected guest
@ -714,7 +714,7 @@
# be included in QEMU core dumps. # be included in QEMU core dumps.
# #
# This setting will be ignored if the guest XML has set the # This setting will be ignored if the guest XML has set the
# dumpcore attribute on the <memory> element. # dumpCore attribute on the <memory> element.
# #
#dump_guest_core = 1 #dump_guest_core = 1