mirror of
https://github.com/qemu/qemu.git
synced 2025-10-31 20:44:16 +00:00
Record trap_arg{0,1,2} for the linux-user signal frame.
Raise SIGBUS directly from cpu_loop_exit_sigbus, which means
we can remove the code for EXCP_UNALIGN in cpu_loop.
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
||
|---|---|---|
| .. | ||
| cpu-param.h | ||
| cpu-qom.h | ||
| cpu.c | ||
| cpu.h | ||
| fpu_helper.c | ||
| gdbstub.c | ||
| helper.c | ||
| helper.h | ||
| int_helper.c | ||
| Kconfig | ||
| machine.c | ||
| mem_helper.c | ||
| meson.build | ||
| STATUS | ||
| sys_helper.c | ||
| translate.c | ||
| vax_helper.c | ||