Re: [PATCH v11 14/20] target/riscv: AMO operations always raise store/AMO fault

2024-08-28 Thread Alistair Francis
On Thu, Aug 29, 2024 at 3:49 AM Deepak Gupta wrote: > > This patch adds one more word for tcg compile which can be obtained during > unwind time to determine fault type for original operation (example AMO). > Depending on that, fault can be promoted to store/AMO fault. > > Signed-off-by: Deepak Gu

[PATCH v11 14/20] target/riscv: AMO operations always raise store/AMO fault

2024-08-28 Thread Deepak Gupta
This patch adds one more word for tcg compile which can be obtained during unwind time to determine fault type for original operation (example AMO). Depending on that, fault can be promoted to store/AMO fault. Signed-off-by: Deepak Gupta Suggested-by: Richard Henderson Reviewed-by: Richard Hende