Re: [PATCH v9 04/19] target/riscv: add rv64i CPU

2023-11-03 Thread Andrew Jones
On Thu, Nov 02, 2023 at 07:44:30PM -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

[PATCH v9 04/19] target/riscv: add rv64i CPU

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