]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/riscv: Do not expose rv128 CPU on user mode emulation
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 2 Apr 2025 14:37:26 +0000 (15:37 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 22:07:32 +0000 (15:07 -0700)
commit8280a8b86659bf3c6965ccdad8458ab366817d6b
tree5c8ab87dd9d38725e717449ef7dd8a8b474edb90
parent6f4e8a92bbd9590ff87eda638bda82ec1d255f81
target/riscv: Do not expose rv128 CPU on user mode emulation

As Richard mentioned:

  We should allow RV128 in user-mode at all until there's a
  kernel abi for it.

Remove the experimental 'x-rv128' CPU on user emulation
(since it is experimental, no deprecation period is required).

Reported-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/riscv/cpu.c
target/riscv/tcg/tcg-cpu.c