You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/linux-user/loongarch64
WANG Rui a9d3d1dff6 linux-user/loongarch64: Decode BRK break codes for FPE signals
Handle specific LoongArch BRK break codes in user-mode emulation
to deliver accurate floating-point exception signals. Specifically,
BRK_OVERFLOW (6) triggers TARGET_FPE_INTOVF, and BRK_DIVZERO (7)
triggers TARGET_FPE_INTDIV. Other BRK codes fall back to a generic
SIGTRAP.

This improves correctness for programs that rely on BRK to signal
overflow or divide-by-zero conditions.

Signed-off-by: WANG Rui <wangrui@loongson.cn>
Acked-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20250414074952.6253-1-wangrui@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
3 days ago
..
Makefile.vdso linux-user/loongarch64: Reduce vdso alignment to 4k 5 months ago
cpu_loop.c linux-user/loongarch64: Decode BRK break codes for FPE signals 3 days ago
meson.build linux-user,loongarch: move to syscalltbl file 7 months ago
signal.c linux-user: Move tswap_siginfo out of target code 1 year ago
sockbits.h
syscall.tbl linux-user,loongarch: move to syscalltbl file 7 months ago
syscallhdr.sh linux-user,loongarch: move to syscalltbl file 7 months ago
target_cpu.h linux-user: Add LoongArch cpu_loop support 3 years ago
target_elf.h linux-user: Add LoongArch elf support 3 years ago
target_errno_defs.h
target_fcntl.h
target_mman.h linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.h 2 years ago
target_prctl.h
target_proc.h linux-user: Split out cpu/target_proc.h 2 years ago
target_resource.h
target_signal.h
target_structs.h
target_syscall.h linux-user/loongarch64: Remove TARGET_FORCE_SHMLBA 1 year ago
termbits.h
vdso-asmoffset.h linux-user/loongarch64: Add vdso 2 years ago
vdso.S linux-user/loongarch64: Add vdso 2 years ago
vdso.ld linux-user/loongarch64: Add vdso 2 years ago
vdso.so linux-user/loongarch64: Reduce vdso alignment to 4k 5 months ago