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
Daniel Henrique Barboza e111ffe48b linux-user/strace.list: add riscv_hwprobe entry
We're missing a strace entry for riscv_hwprobe, and using -strace will
report it as "Unknown syscall 258".

After this patch we'll have:

$ ./build/qemu-riscv64 -strace test_mutex_riscv
110182 riscv_hwprobe(0x7f207efdc700,1,0,0,0,0) = 0
110182 brk(NULL) = 0x0000000000082000
(...)

Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250728170633.113384-1-dbarboza@ventanamicro.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
2 weeks ago
..
aarch64 linux-user/aarch64: Support ZT_MAGIC signal frame record 2 weeks ago
alpha user: Prefer cached CpuClass over CPU_GET_CLASS() macro 5 months ago
arm linux-user/arm: Fix return value of SYS_cacheflush 2 months ago
generic linux-user: Move TARGET_SA_RESTORER out of generic/signal.h 6 months ago
hexagon user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h' 8 months ago
hppa linux-user/hppa: Send proper si_code on SIGFPE exception 3 months ago
i386 linux-user: Move TARGET_SA_RESTORER out of generic/signal.h 6 months ago
include linux-user: cleanup unused linux-user/include/host directories 2 years ago
loongarch64 linux-user/loongarch64: Decode BRK break codes for FPE signals 4 months ago
m68k linux-user: Move TARGET_SA_RESTORER out of generic/signal.h 6 months ago
microblaze linux-user: Move TARGET_SA_RESTORER out of generic/signal.h 6 months ago
mips linux-user/mips/o32: Drop sa_restorer functionality 1 month ago
mips64 target/ppc: Fix lxvx/stxvx facility check 11 months ago
openrisc user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h' 8 months ago
ppc linux-user: Move TARGET_SA_RESTORER out of generic/signal.h 6 months ago
riscv user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h' 8 months ago
s390x linux-user: Move TARGET_SA_RESTORER out of generic/signal.h 6 months ago
sh4 linux-user: Move TARGET_SA_RESTORER out of generic/signal.h 6 months ago
sparc linux-user: Add missing /proc/cpuinfo fields for sparc 7 months ago
x86_64 linux-user: Move TARGET_SA_RESTORER out of generic/signal.h 6 months ago
xtensa cleanup: Drop pointless return at end of function 4 months ago
elfload.c linux-user/aarch64: Set hwcap bits for SME2p1/SVE2p1 1 month ago
errnos.c.inc linux-user: Simplify host <-> target errno conversion using macros 4 years ago
exit.c accel/tcg: Move perf and debuginfo support to tcg/ 2 years ago
fd-trans.c linux-user: netlink: Add missing QEMU_IFLA entries 7 months ago
fd-trans.h linux-user: Hold the fd-trans lock across fork 1 month ago
flat.h linux-user/flatload.c: Remove unused bFLT shared-library and ZFLAT code 1 year ago
flatload.c include/exec: Split out mmap-lock.h 4 months ago
gen-vdso-elfn.c.inc linux-user: Fix GDB complaining about system-supplied DSO string table index 9 months ago
gen-vdso.c linux-user/gen-vdso: Don't read off the end of buf[] 1 month ago
ioctls.h linux-user: Add ioctl for BLKBSZSET 1 year ago
linux_loop.h linux-user: implement more loop ioctls 4 years ago
linuxload.c {linux,bsd}-user: Introduce get_task_state() 1 year ago
loader.h linux-user: Report AArch64 hwcap2 fields above bit 31 2 years ago
main.c accel: Extract AccelClass definition to 'accel/accel-ops.h' 4 weeks ago
meson.build plugins: fix inclusion of user-mode APIs 4 weeks ago
mmap.c linux-user/mmap.c: fix "of of" typo in comment 3 months ago
plugin-api.c plugins: fix inclusion of user-mode APIs 4 weeks ago
qemu.h exec: Restrict 'cpu_ldst.h' to accel/tcg/ 4 months ago
semihost.c semihosting: Remove qemu_semihosting_console_outs 3 years ago
signal-common.h user: Introduce user/signal.h 6 months ago
signal.c accel/tcg: Use vaddr in cpu_loop.h 3 months ago
socket.h Supply missing header guards 6 years ago
strace.c linux-user: Fix strace output for s390x mmap() 9 months ago
strace.h linux-user: Have do_syscall() use CPUArchState* instead of void* 3 years ago
strace.list linux-user/strace.list: add riscv_hwprobe entry 2 weeks ago
syscall.c linux-user: Use qemu_set_cloexec() to mark pidfd as FD_CLOEXEC 1 month ago
syscall_defs.h linux-user/mips/o32: Drop sa_restorer functionality 1 month ago
syscall_types.h linux-user: Add FITRIM ioctl 1 year ago
thunk.c user: Move 'thunk.h' from 'exec/user' to 'user' 1 year ago
trace-events linux-user: Rename user_force_sig tracepoint to match function name 4 years ago
trace.h trace: switch position of headers to what Meson requires 5 years ago
uaccess.c meson: Make DEBUG_REMAP a meson option 1 year ago
uname.c linux-user: Remove pointless CPU{ARCH}State casts 3 years ago
uname.h linux-user: Have do_syscall() use CPUArchState* instead of void* 3 years ago
user-internals.h include: Remove 'exec/exec-all.h' 3 months ago
user-mmap.h user: Extract common MMAP API to 'user/mmap.h' 5 months ago
vm86.c linux-user/vm86: Fix compilation with Clang 10 months ago