Re: [PATCH for-9.0 v11 10/18] target/riscv/tcg: add user flag for profile support

2023-11-24 Thread Andrew Jones
On Thu, Nov 23, 2023 at 03:51:14PM -0300, 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 e

[PATCH for-9.0 v11 10/18] target/riscv/tcg: add user flag for profile support

2023-11-23 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