From 18b61cb4f90fa270e83189b44d40903f8672b513 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Wed, 18 Sep 2024 13:47:17 +0200 Subject: [PATCH] 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 Reviewed-by: Martin Kletzander --- src/qemu/qemu.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qemu/qemu.conf.in b/src/qemu/qemu.conf.in index 6bc2140dcb..e1f3046177 100644 --- a/src/qemu/qemu.conf.in +++ b/src/qemu/qemu.conf.in @@ -692,7 +692,7 @@ # guest RAM, if the 'dump_guest_core' setting has been enabled, # or if the guest XML contains # -# ...guest ram... +# ...guest ram... # # If guest RAM is to be included, ensure the max_core limit # is set to at least the size of the largest expected guest @@ -714,7 +714,7 @@ # be included in QEMU core dumps. # # This setting will be ignored if the guest XML has set the -# dumpcore attribute on the element. +# dumpCore attribute on the element. # #dump_guest_core = 1