Re: [PATCH v3 0/4] riscv: zicntr/zihpm flags and disable support

2023-11-13 Thread Daniel Henrique Barboza
On 11/13/23 13:08, Clément Chigot wrote: Hi Daniel, This series is triggering warnings when instantiating a CPU having a spec version older than 1.12. | $ qemu-system-riscv32 -M sifive_e | qemu-system-riscv32: warning: disabling zicntr extension for hart 0x because privilege

Re: [PATCH v3 0/4] riscv: zicntr/zihpm flags and disable support

2023-11-13 Thread Clément Chigot
Hi Daniel, This series is triggering warnings when instantiating a CPU having a spec version older than 1.12. | $ qemu-system-riscv32 -M sifive_e | qemu-system-riscv32: warning: disabling zicntr extension for hart 0x because privilege spec version does not match |

Re: [PATCH v3 0/4] riscv: zicntr/zihpm flags and disable support

2023-10-29 Thread Alistair Francis
On Tue, Oct 24, 2023 at 1:40 AM Daniel Henrique Barboza wrote: > > Hi, > > In this v3 the patches that added the extensions flags were squashed > with the patches that handled the disablement of the extensions in TCG, > as suggested by Alistair in v2. > > No other change made. Patches based on

[PATCH v3 0/4] riscv: zicntr/zihpm flags and disable support

2023-10-23 Thread Daniel Henrique Barboza
Hi, In this v3 the patches that added the extensions flags were squashed with the patches that handled the disablement of the extensions in TCG, as suggested by Alistair in v2. No other change made. Patches based on Alistair's riscv-to-apply.next. Patches missing acks: patch 3 Changes from v2: