On 11/4/23 03:04, Richard Henderson wrote:
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.

Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
  tcg/riscv/tcg-target-con-set.h |   6 -
  tcg/riscv/tcg-target.h         |  22 ++--
  tcg/riscv/tcg-target.c.inc     | 206 ++++++++++-----------------------
  3 files changed, 72 insertions(+), 162 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to