Re: [PATCH v6 06/12] target/riscv/tcg: add user flag for profile support

2023-11-02 Thread Daniel Henrique Barboza
On 11/2/23 00:00, Alistair Francis wrote: On Tue, Oct 31, 2023 at 3:19 AM Daniel Henrique Barboza wrote: On 10/30/23 10:28, Daniel Henrique Barboza wrote: On 10/28/23 05:54, Daniel Henrique Barboza wrote: The TCG emulation implements all the extensions described in the RVA22U64 profil

Re: [PATCH v6 06/12] target/riscv/tcg: add user flag for profile support

2023-11-01 Thread Alistair Francis
On Tue, Oct 31, 2023 at 3:19 AM Daniel Henrique Barboza wrote: > > > > On 10/30/23 10:28, Daniel Henrique Barboza wrote: > > > > > > On 10/28/23 05:54, Daniel Henrique Barboza wrote: > >> The TCG emulation implements all the extensions described in the > >> RVA22U64 profile, both mandatory and opt

Re: [PATCH v6 06/12] target/riscv/tcg: add user flag for profile support

2023-10-30 Thread Daniel Henrique Barboza
On 10/30/23 10:28, Daniel Henrique Barboza wrote: On 10/28/23 05:54, 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

Re: [PATCH v6 06/12] target/riscv/tcg: add user flag for profile support

2023-10-30 Thread Daniel Henrique Barboza
On 10/28/23 05:54, 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 by hand. Given tha

Re: [PATCH v6 06/12] target/riscv/tcg: add user flag for profile support

2023-10-29 Thread Alistair Francis
On Sat, Oct 28, 2023 at 8:44 PM Andrew Jones wrote: > > On Sat, Oct 28, 2023 at 05:54:21AM -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

Re: [PATCH v6 06/12] target/riscv/tcg: add user flag for profile support

2023-10-28 Thread Andrew Jones
On Sat, Oct 28, 2023 at 05:54:21AM -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 v6 06/12] target/riscv/tcg: add user flag for profile support

2023-10-28 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