]> www.infradead.org Git - users/dwmw2/qemu.git/commit
linux-user/riscv: Sync hwprobe keys with Linux
authorChristoph Müllner <christoph.muellner@vrull.eu>
Wed, 7 Feb 2024 11:59:26 +0000 (12:59 +0100)
committerAlistair Francis <alistair.francis@wdc.com>
Fri, 8 Mar 2024 06:26:52 +0000 (16:26 +1000)
commita3432cf227908f8169bfc45caa900ef29e757440
treea4f76fb1500b1ebeb43bda5d6c32df546f0df2c2
parent0191131dbad4e9d64da6fd819184f836ac70c2a2
linux-user/riscv: Sync hwprobe keys with Linux

Upstream Linux recently added many additional keys to the hwprobe API.
This patch adds support for all of them with the exception of Ztso,
which is currently not supported in QEMU.

Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Message-ID: <20240207115926.887816-3-christoph.muellner@vrull.eu>
[ Changes by AF:
 - Fixup whitespace
]
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
linux-user/syscall.c