On 20/1/24 22:45, Thomas Weißschuh wrote:
A process can opt-out of coredump creation by calling
prctl(PR_SET_DUMPABLE, 0).
linux-user passes this call from the guest through to the
operating system.
From there it can be read back again to avoid creating coredumps from
qemu-user itself if the guest chose so.
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
Signed-off-by: Thomas Weißschuh <tho...@t-8ch.de>
---
linux-user/elfload.c | 6 ++++++
1 file changed, 6 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>