Re: [PATCH] Add epmp to extensions list and rename it to smepmp

2023-10-11 Thread Mayuresh Chitale
On Wed, Oct 11, 2023 at 8:45 AM Alistair Francis wrote: > > On Mon, Sep 25, 2023 at 9:08 PM Mayuresh Chitale > wrote: > > > > From: Himanshu Chauhan > > > > Smepmp is a ratified extension which qemu refers to as epmp. > > Rename epmp to smepmp and add it to extension list so that > > it is

Re: [PATCH] Add epmp to extensions list and rename it to smepmp

2023-10-10 Thread Alistair Francis
On Mon, Sep 25, 2023 at 9:08 PM Mayuresh Chitale wrote: > > From: Himanshu Chauhan > > Smepmp is a ratified extension which qemu refers to as epmp. > Rename epmp to smepmp and add it to extension list so that > it is added to the isa string. > > Signed-off-by: Himanshu Chauhan > Signed-off-by:

[PATCH] Add epmp to extensions list and rename it to smepmp

2023-09-25 Thread Mayuresh Chitale
From: Himanshu Chauhan Smepmp is a ratified extension which qemu refers to as epmp. Rename epmp to smepmp and add it to extension list so that it is added to the isa string. Signed-off-by: Himanshu Chauhan Signed-off-by: Mayuresh Chitale Reviewed-by: Daniel Henrique Barboza ---

Re: [PATCH] Add epmp to extensions list and rename it to smepmp

2023-06-11 Thread Alistair Francis
On Wed, Jun 7, 2023 at 6:56 AM Daniel Henrique Barboza wrote: > > > > On 6/6/23 16:46, Loïc Lefort wrote: > > On Tue, Jun 6, 2023 at 1:39 PM Himanshu Chauhan > > wrote: > >> > >> Smepmp is a ratified extension which qemu refers to as epmp. > >> Rename epmp to smepmp and add it to extension list

Re: [PATCH] Add epmp to extensions list and rename it to smepmp

2023-06-06 Thread Daniel Henrique Barboza
On 6/6/23 16:46, Loïc Lefort wrote: On Tue, Jun 6, 2023 at 1:39 PM Himanshu Chauhan wrote: Smepmp is a ratified extension which qemu refers to as epmp. Rename epmp to smepmp and add it to extension list so that it is added to the isa string. Signed-off-by: Himanshu Chauhan ---

Re: [PATCH] Add epmp to extensions list and rename it to smepmp

2023-06-06 Thread Loïc Lefort
On Tue, Jun 6, 2023 at 1:39 PM Himanshu Chauhan wrote: > > Smepmp is a ratified extension which qemu refers to as epmp. > Rename epmp to smepmp and add it to extension list so that > it is added to the isa string. > > Signed-off-by: Himanshu Chauhan > --- > target/riscv/cpu.c | 9 +

Re: [PATCH] Add epmp to extensions list and rename it to smepmp

2023-06-06 Thread Daniel Henrique Barboza
On 6/6/23 08:38, Himanshu Chauhan wrote: Smepmp is a ratified extension which qemu refers to as epmp. Rename epmp to smepmp and add it to extension list so that it is added to the isa string. Signed-off-by: Himanshu Chauhan --- Reviewed-by: Daniel Henrique Barboza target/riscv/cpu.c

[PATCH] Add epmp to extensions list and rename it to smepmp

2023-06-06 Thread Himanshu Chauhan
Smepmp is a ratified extension which qemu refers to as epmp. Rename epmp to smepmp and add it to extension list so that it is added to the isa string. Signed-off-by: Himanshu Chauhan --- target/riscv/cpu.c | 9 + target/riscv/cpu_cfg.h | 2 +- target/riscv/csr.c | 6 +++---