Re: [PATCH v5 11/19] target/riscv/cpu: add misa_ext_info_arr[]

2023-06-28 Thread Andrew Jones
On Tue, Jun 27, 2023 at 11:29:54PM +0200, Philippe Mathieu-Daudé wrote: > On 27/6/23 18:31, Daniel Henrique Barboza wrote: > > Next patch will add KVM specific user properties for both MISA and > > multi-letter extensions. For MISA extensions we want to make use of what > > is already available in

Re: [PATCH v5 11/19] target/riscv/cpu: add misa_ext_info_arr[]

2023-06-27 Thread Philippe Mathieu-Daudé
On 28/6/23 02:04, Daniel Henrique Barboza wrote: On 6/27/23 18:29, Philippe Mathieu-Daudé wrote: On 27/6/23 18:31, Daniel Henrique Barboza wrote: Next patch will add KVM specific user properties for both MISA and multi-letter extensions. For MISA extensions we want to make use of what is alre

Re: [PATCH v5 11/19] target/riscv/cpu: add misa_ext_info_arr[]

2023-06-27 Thread Daniel Henrique Barboza
On 6/27/23 18:29, Philippe Mathieu-Daudé wrote: On 27/6/23 18:31, Daniel Henrique Barboza wrote: Next patch will add KVM specific user properties for both MISA and multi-letter extensions. For MISA extensions we want to make use of what is already available in misa_ext_cfgs[] to avoid code re

Re: [PATCH v5 11/19] target/riscv/cpu: add misa_ext_info_arr[]

2023-06-27 Thread Philippe Mathieu-Daudé
On 27/6/23 18:31, Daniel Henrique Barboza wrote: Next patch will add KVM specific user properties for both MISA and multi-letter extensions. For MISA extensions we want to make use of what is already available in misa_ext_cfgs[] to avoid code repetition. misa_ext_info_arr[] array will hold name

[PATCH v5 11/19] target/riscv/cpu: add misa_ext_info_arr[]

2023-06-27 Thread Daniel Henrique Barboza
Next patch will add KVM specific user properties for both MISA and multi-letter extensions. For MISA extensions we want to make use of what is already available in misa_ext_cfgs[] to avoid code repetition. misa_ext_info_arr[] array will hold name and description for each MISA extension that misa_e