Re: [PATCH v4 1/4] target/riscv: Add Smrnmi cpu extension.

2024-08-08 Thread Tommy Wu
On Mon, Jun 12, 2023 at 1:04 PM Alistair Francis wrote: > > On Thu, Jun 8, 2023 at 5:25 PM Tommy Wu wrote: > > > > Signed-off-by: Frank Chang > > Signed-off-by: Tommy Wu > > --- > > hw/riscv/riscv_hart.c | 21 + > > include/hw/riscv/riscv_hart.h | 4 > > targe

Re: [PATCH v4 1/4] target/riscv: Add Smrnmi cpu extension.

2024-08-08 Thread Tommy Wu
On Thu, Jun 8, 2023 at 5:52 PM Andrew Jones wrote: > > > Please add a commit message to all patches of the series. > > Another comment below. Thanks for the suggestion, I'll add commit messages to all patches in the v5 patches. > > On Thu, Jun 08, 2023 at 12:23:11AM -0700, Tommy Wu wrote: > > Si

Re: [PATCH v4 1/4] target/riscv: Add Smrnmi cpu extension.

2023-06-11 Thread Alistair Francis
On Thu, Jun 8, 2023 at 5:25 PM Tommy Wu wrote: > > Signed-off-by: Frank Chang > Signed-off-by: Tommy Wu > --- > hw/riscv/riscv_hart.c | 21 + > include/hw/riscv/riscv_hart.h | 4 > target/riscv/cpu.c| 13 + > target/riscv/cpu.h

Re: [PATCH v4 1/4] target/riscv: Add Smrnmi cpu extension.

2023-06-08 Thread Andrew Jones
Please add a commit message to all patches of the series. Another comment below. On Thu, Jun 08, 2023 at 12:23:11AM -0700, Tommy Wu wrote: > Signed-off-by: Frank Chang > Signed-off-by: Tommy Wu > --- > hw/riscv/riscv_hart.c | 21 + > include/hw/riscv/riscv_hart.h

[PATCH v4 1/4] target/riscv: Add Smrnmi cpu extension.

2023-06-08 Thread Tommy Wu
Signed-off-by: Frank Chang Signed-off-by: Tommy Wu --- hw/riscv/riscv_hart.c | 21 + include/hw/riscv/riscv_hart.h | 4 target/riscv/cpu.c| 13 + target/riscv/cpu.h| 7 +++ target/riscv/cpu_bits.h | 12