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

2023-10-22 Thread Alistair Francis
On Thu, Oct 19, 2023 at 4:56 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: M

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

2023-10-22 Thread Alistair Francis
On Thu, Oct 19, 2023 at 4:56 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: M

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

2023-10-18 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 --- Changes in v2: