Re: [PATCH v3 04/20] target/riscv: introduce riscv_cpu_add_misa_properties()

2023-04-05 Thread Alistair Francis
On Thu, Mar 30, 2023 at 3:29 AM Daniel Henrique Barboza wrote: > > Ever since RISCVCPUConfig got introduced users are able to set CPU extensions > in the command line. User settings are reflected in the cpu->cfg object > for later use. These properties are used in the target/riscv/cpu.c code, > mo

[PATCH v3 04/20] target/riscv: introduce riscv_cpu_add_misa_properties()

2023-03-29 Thread Daniel Henrique Barboza
Ever since RISCVCPUConfig got introduced users are able to set CPU extensions in the command line. User settings are reflected in the cpu->cfg object for later use. These properties are used in the target/riscv/cpu.c code, most notably in riscv_cpu_validate_set_extensions(), where most of our reali