Re: [PATCH v4 16/16] target/riscv: add trace-hooks for each case of sw-check exception

2024-08-16 Thread Deepak Gupta
On Fri, Aug 16, 2024 at 03:52:34PM +1000, Richard Henderson wrote: On 8/16/24 11:07, Deepak Gupta wrote: Violations to control flow rules setup by zicfilp and zicfiss lead to software check exceptions. To debug and fix such sw check issues in guest , add trace-hooks for each case. Signed-off-by

Re: [PATCH v4 16/16] target/riscv: add trace-hooks for each case of sw-check exception

2024-08-15 Thread Richard Henderson
On 8/16/24 11:07, Deepak Gupta wrote: Violations to control flow rules setup by zicfilp and zicfiss lead to software check exceptions. To debug and fix such sw check issues in guest , add trace-hooks for each case. Signed-off-by: Jim Shu Signed-off-by: Deepak Gupta --- target/riscv/helper.h

[PATCH v4 16/16] target/riscv: add trace-hooks for each case of sw-check exception

2024-08-15 Thread Deepak Gupta
Violations to control flow rules setup by zicfilp and zicfiss lead to software check exceptions. To debug and fix such sw check issues in guest , add trace-hooks for each case. Signed-off-by: Jim Shu Signed-off-by: Deepak Gupta --- target/riscv/helper.h | 3 +++ target/