target/riscv: move 128-bit check to TCG realize
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 6 Feb 2025 13:54:50 +0000 (14:54 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 25 Feb 2025 15:18:12 +0000 (16:18 +0100)
commitaeb7969cba971472aba7a3bf1e0df1bcc1b6f44c
tree3c54dd1eb2c5256b862f4a65ba30ebf09356fe69
parent4044f46978ca6c55e5fcdda84310d7435c7c26ac
target/riscv: move 128-bit check to TCG realize

Besides removing non-declarative code in instance_init, this also fixes
an issue with query-cpu-model-expansion.  Just invoking it for the
x-rv128 CPU model causes QEMU to exit immediately.  With this patch it
is possible to do

  {'execute': 'query-cpu-model-expansion',
   'arguments':{'type': 'full', 'model': {'name': 'x-rv128'}}}

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/riscv/cpu.c
target/riscv/tcg/tcg-cpu.c