mirror of
https://github.com/qemu/qemu.git
synced 2025-10-28 06:54:53 +00:00
In user-mode emulation there is a small race between preexit_cleanup and exit_group() which means we may end up calling instrumented instructions before the kernel reaps child threads. To solve this we implement a new helper which ensures the callbacks are flushed along with any translations before we let the host do it's a thing. While we are at it make the documentation of qemu_plugin_register_atexit_cb clearer as to what the user can expect. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Mahmoud Mandour <ma.mandourr@gmail.com> Acked-by: Warner Losh <imp@bsdimp.com> Message-Id: <20210720232703.10650-21-alex.bennee@linaro.org> |
||
|---|---|---|
| .. | ||
| arm | ||
| freebsd | ||
| i386 | ||
| mips | ||
| mips64 | ||
| netbsd | ||
| openbsd | ||
| sparc | ||
| sparc64 | ||
| x86_64 | ||
| bsd-mman.h | ||
| bsdload.c | ||
| elfload.c | ||
| errno_defs.h | ||
| main.c | ||
| meson.build | ||
| mmap.c | ||
| qemu.h | ||
| signal.c | ||
| strace.c | ||
| syscall_defs.h | ||
| syscall.c | ||
| uaccess.c | ||