]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user/strace.list: add riscv_hwprobe entry
authorDaniel Henrique Barboza <dbarboza@ventanamicro.com>
Mon, 28 Jul 2025 17:06:33 +0000 (14:06 -0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 30 Jul 2025 17:58:53 +0000 (20:58 +0300)
commitd1baf44157e4fc52da104a8d25cc0e7ba15cf449
tree6bd9cd8970941addecff18bc3b1d3e9cf4779d3f
parent5a2e67526f51a75cd5bdd9b8623d4a244839ee5c
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>
(cherry picked from commit e111ffe48b29ca8abd450af9ee5dd71af3f93536)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
linux-user/strace.list