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 spe
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
| qemu-system-riscv32
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 Ali
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: