Re: [PATCH 2/2] target/riscv: add cva6 cpu type

2025-05-26 Thread Daniel Henrique Barboza
On 5/21/25 12:54 PM, Ben Dooks wrote: Add CVA6 CPU type, for the OpenHW CVA6 cores Signed-off-by: Ben Dooks --- The patch LGTM but I'm afraid you'll have to rebase it with the current master: we changed how CPUs are declared after the RISCVCPUDef changes landed. Thanks, Daniel targe

[PATCH 2/2] target/riscv: add cva6 cpu type

2025-05-21 Thread Ben Dooks
Add CVA6 CPU type, for the OpenHW CVA6 cores Signed-off-by: Ben Dooks --- target/riscv/cpu-qom.h | 1 + target/riscv/cpu.c | 19 +++ 2 files changed, 20 insertions(+) diff --git a/target/riscv/cpu-qom.h b/target/riscv/cpu-qom.h index 4cfdb74891..b5460771d7 100644 --- a/targ