aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorAkihiko Odaki <akihiko.odaki@daynix.com>2024-06-28 13:05:52 +0900
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-07-02 06:58:48 +0200
commit0ff3243a4686b020c554c62efbb25df1d4712b97 (patch)
tree114a80abb79707a02c142324302ce330feba9052 /system
parentce80c4fa6ff0f5c379bba7db74d04593e9fb12f2 (diff)
system/physmem: Fix reference to dump-guest-core
dump_guest_core is exposed as dump-guest-core with QOM. Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: David Hildenbrand <david@redhat.com> Message-ID: <20240628-dump-v1-1-c581d10f3646@daynix.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'system')
-rw-r--r--system/physmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/physmem.c b/system/physmem.c
index 33d09f7571..261196cde0 100644
--- a/system/physmem.c
+++ b/system/physmem.c
@@ -1521,7 +1521,7 @@ static void qemu_ram_setup_dump(void *addr, ram_addr_t size)
if (ret) {
perror("qemu_madvise");
fprintf(stderr, "madvise doesn't support MADV_DONTDUMP, "
- "but dump_guest_core=off specified\n");
+ "but dump-guest-core=off specified\n");
}
}
}