Re: [PATCH] target/riscv: deprecate capital 'Z' CPU properties

2023-10-09 Thread Daniel Henrique Barboza
On 10/8/23 22:39, Alistair Francis wrote: On Sun, Oct 8, 2023 at 3:15 AM Daniel Henrique Barboza wrote: At this moment there are eleven CPU extension properties that starts with capital 'Z': Zifencei, Zicsr, Zihintntl, Zihintpause, Zawrs, Zfa, Zfh, Zfhmin, Zve32f, Zve64f and Zve64d. All

Re: [PATCH] target/riscv: deprecate capital 'Z' CPU properties

2023-10-09 Thread Andrew Jones
On Sat, Oct 07, 2023 at 02:14:27PM -0300, Daniel Henrique Barboza wrote: > At this moment there are eleven CPU extension properties that starts > with capital 'Z': Zifencei, Zicsr, Zihintntl, Zihintpause, Zawrs, Zfa, > Zfh, Zfhmin, Zve32f, Zve64f and Zve64d. All other extensions are named > with

Re: [PATCH] target/riscv: deprecate capital 'Z' CPU properties

2023-10-08 Thread Alistair Francis
On Sun, Oct 8, 2023 at 3:15 AM Daniel Henrique Barboza wrote: > > At this moment there are eleven CPU extension properties that starts > with capital 'Z': Zifencei, Zicsr, Zihintntl, Zihintpause, Zawrs, Zfa, > Zfh, Zfhmin, Zve32f, Zve64f and Zve64d. All other extensions are named > with

Re: [PATCH] target/riscv: deprecate capital 'Z' CPU properties

2023-10-08 Thread Alistair Francis
On Sun, Oct 8, 2023 at 3:15 AM Daniel Henrique Barboza wrote: > > At this moment there are eleven CPU extension properties that starts > with capital 'Z': Zifencei, Zicsr, Zihintntl, Zihintpause, Zawrs, Zfa, > Zfh, Zfhmin, Zve32f, Zve64f and Zve64d. All other extensions are named > with

Re: [PATCH] target/riscv: deprecate capital 'Z' CPU properties

2023-10-07 Thread Tsukasa OI
That's great! I submitted a patch set to deal with the exact problem: But this one is simpler than mine (and also fits to the latest QEMU). I support this

[PATCH] target/riscv: deprecate capital 'Z' CPU properties

2023-10-07 Thread Daniel Henrique Barboza
At this moment there are eleven CPU extension properties that starts with capital 'Z': Zifencei, Zicsr, Zihintntl, Zihintpause, Zawrs, Zfa, Zfh, Zfhmin, Zve32f, Zve64f and Zve64d. All other extensions are named with lower-case letters. We want all properties to be named with lower-case letters