[PATCH v8 06/19] target/riscv: add rv64i CPU

2023-11-01 Thread Daniel Henrique Barboza
We don't have any form of a 'bare bones' CPU. rv64, our default CPUs, comes with a lot of defaults. This is fine for most regular uses but it's not suitable when more control of what is actually loaded in the CPU is required. A bare-bones CPU would be annoying to deal with if not by profile suppor

Re: [PATCH v8 06/19] target/riscv: add rv64i CPU

2023-11-02 Thread Andrew Jones
On Wed, Nov 01, 2023 at 05:41:51PM -0300, Daniel Henrique Barboza wrote: > We don't have any form of a 'bare bones' CPU. rv64, our default CPUs, > comes with a lot of defaults. This is fine for most regular uses but > it's not suitable when more control of what is actually loaded in the > CPU is re

Re: [PATCH v8 06/19] target/riscv: add rv64i CPU

2023-11-02 Thread Daniel Henrique Barboza
On 11/2/23 06:59, Andrew Jones wrote: On Wed, Nov 01, 2023 at 05:41:51PM -0300, Daniel Henrique Barboza wrote: We don't have any form of a 'bare bones' CPU. rv64, our default CPUs, comes with a lot of defaults. This is fine for most regular uses but it's not suitable when more control of what