]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu.conf.in: Fix dumpCore capitalization
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 18 Sep 2024 11:47:17 +0000 (13:47 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 25 Sep 2024 06:38:09 +0000 (08:38 +0200)
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>
src/qemu/qemu.conf.in

index 6bc2140dcb88b0e02221d1fd26a691687c512bd3..e1f304617719fb69d2ae030ca3cccd393056890a 100644 (file)
 # guest RAM, if the 'dump_guest_core' setting has been enabled,
 # 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
 # is set to at least the size of the largest expected guest
 # be included in QEMU core dumps.
 #
 # 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