diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2023-03-23 23:03:18 +0000 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2023-05-05 17:21:03 +0100 |
commit | aeb6326ec5ea7eb65d21a4c513e7d1f716255625 (patch) | |
tree | b0784c55717076620f4748ebd5cf007b6e75ef1a /hw/misc/mst_fpga.c | |
parent | e3867bad0daca67df7e6312234bab6e20d4a7ae6 (diff) | |
download | qemu-aeb6326ec5ea7eb65d21a4c513e7d1f716255625.zip qemu-aeb6326ec5ea7eb65d21a4c513e7d1f716255625.tar.gz qemu-aeb6326ec5ea7eb65d21a4c513e7d1f716255625.tar.bz2 |
tcg/riscv: Require TCG_TARGET_REG_BITS == 64
The port currently does not support "oversize" guests, which
means riscv32 can only target 32-bit guests. We will soon be
building TCG once for all guests. This implies that we can
only support riscv64.
Since all Linux distributions target riscv64 not riscv32,
this is not much of a restriction and simplifies the code.
The brcond2 and setcond2 opcodes are exclusive to 32-bit hosts,
so we can and should remove the stubs.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hw/misc/mst_fpga.c')
0 files changed, 0 insertions, 0 deletions