Re: [PATCH v3 3/4] target/riscv: Handle Smrnmi interrupt and exception.

2023-05-25 Thread Daniel Henrique Barboza
On 5/22/23 10:11, Tommy Wu wrote: Signed-off-by: Frank Chang Signed-off-by: Tommy Wu --- target/riscv/cpu_helper.c | 60 +++ 1 file changed, 55 insertions(+), 5 deletions(-) diff --git a/target/riscv/cpu_helper.c b/target/riscv/cpu_helper.c index cc789

[PATCH v3 3/4] target/riscv: Handle Smrnmi interrupt and exception.

2023-05-22 Thread Tommy Wu
Signed-off-by: Frank Chang Signed-off-by: Tommy Wu --- target/riscv/cpu_helper.c | 60 +++ 1 file changed, 55 insertions(+), 5 deletions(-) diff --git a/target/riscv/cpu_helper.c b/target/riscv/cpu_helper.c index cc7898f103..7bdea0d2ca 100644 --- a/target/ris