]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user/syscall.c: sync RISC-V hwprobe with Linux
authorDaniel Henrique Barboza <dbarboza@ventanamicro.com>
Wed, 3 Sep 2025 16:40:43 +0000 (13:40 -0300)
committerAlistair Francis <alistair.francis@wdc.com>
Thu, 2 Oct 2025 05:08:36 +0000 (15:08 +1000)
commit696086ad9fb500573c7f710483215e079ee3cf33
treec157e4aed8038c6ea222802f5f80854ca71a2b5e
parentda14767b356c2342197708a997eeb0da053262a0
linux-user/syscall.c: sync RISC-V hwprobe with Linux

It has been awhile since the last sync. Let's bring QEMU hwprobe support
on par with Linux 6.17-rc4.

A lot of new RISCV_HWPROBE_KEY_* entities are added but this patch is
only adding support for ZICBOM_BLOCK_SIZE.

Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-ID: <20250903164043.2828336-1-dbarboza@ventanamicro.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
linux-user/syscall.c