Re: [PATCH v2 2/3] target/riscv: Make CPU property names lowercase

2022-06-01 Thread Alistair Francis
On Thu, May 26, 2022 at 1:27 AM Tsukasa OI wrote: > > On 2022/05/25 21:10, Víctor Colombo wrote: > > On 25/05/2022 06:54, Tsukasa OI wrote: > >> Many CPU properties for RISC-V are in lowercase except those with > >> "capitalized" (or CamelCase) names: > >> > >> - Counters > >> - Zifencei > >>

Re: [PATCH v2 2/3] target/riscv: Make CPU property names lowercase

2022-05-25 Thread Tsukasa OI
On 2022/05/25 21:10, Víctor Colombo wrote: > On 25/05/2022 06:54, Tsukasa OI wrote: >> Many CPU properties for RISC-V are in lowercase except those with >> "capitalized" (or CamelCase) names: >> >> -   Counters >> -   Zifencei >> -   Zicsr >> -   Zfh >> -   Zfhmin >> -   Zve32f >> -   Zve64f >> >>

Re: [PATCH v2 2/3] target/riscv: Make CPU property names lowercase

2022-05-25 Thread Víctor Colombo
On 25/05/2022 06:54, Tsukasa OI wrote: Many CPU properties for RISC-V are in lowercase except those with "capitalized" (or CamelCase) names: - Counters - Zifencei - Zicsr - Zfh - Zfhmin - Zve32f - Zve64f This commit makes lowercase names primary but keeps capitalized names as alia

[PATCH v2 2/3] target/riscv: Make CPU property names lowercase

2022-05-25 Thread Tsukasa OI
Many CPU properties for RISC-V are in lowercase except those with "capitalized" (or CamelCase) names: - Counters - Zifencei - Zicsr - Zfh - Zfhmin - Zve32f - Zve64f This commit makes lowercase names primary but keeps capitalized names as aliases (for backward comatibility, but with