Re: [PATCH v1] target/riscv: Add xicondops in ISA entry

2022-08-21 Thread Alistair Francis
On Tue, Aug 16, 2022 at 2:54 PM Rahul Pathak wrote: > > XVentanaCondOps is Ventana custom extension. Add > its extension entry in the ISA Ext array > > Signed-off-by: Rahul Pathak Thanks! Applied to riscv-to-apply.next Alistair > --- > > This patch is based on branch riscv-to-apply.next (Alis

Re: [PATCH v1] target/riscv: Add xicondops in ISA entry

2022-08-17 Thread Alistair Francis
On Tue, Aug 16, 2022 at 2:54 PM Rahul Pathak wrote: > > XVentanaCondOps is Ventana custom extension. Add > its extension entry in the ISA Ext array > > Signed-off-by: Rahul Pathak Reviewed-by: Alistair Francis Alistair > --- > > This patch is based on branch riscv-to-apply.next (Alistair qemu

[PATCH v1] target/riscv: Add xicondops in ISA entry

2022-08-15 Thread Rahul Pathak
XVentanaCondOps is Ventana custom extension. Add its extension entry in the ISA Ext array Signed-off-by: Rahul Pathak --- This patch is based on branch riscv-to-apply.next (Alistair qemu tree) Based on top commit: f2a91d8b78 target/riscv/cpu.c | 1 + 1 file changed, 1 insertion(+) diff --git