Re: [PATCH v13 10/26] target/riscv/tcg: add user flag for profile support

2024-01-03 Thread Alistair Francis
On Tue, Dec 19, 2023 at 12:09 AM Daniel Henrique Barboza wrote: > > The TCG emulation implements all the extensions described in the > RVA22U64 profile, both mandatory and optional. The mandatory extensions > will be enabled via the profile flag. We'll leave the optional > extensions to be enabled

[PATCH v13 10/26] target/riscv/tcg: add user flag for profile support

2023-12-18 Thread Daniel Henrique Barboza
The TCG emulation implements all the extensions described in the RVA22U64 profile, both mandatory and optional. The mandatory extensions will be enabled via the profile flag. We'll leave the optional extensions to be enabled by hand. Given that this is the first profile we're implementing in TCG w