Re: [PATCH v3 18/20] target/riscv: add trace-hooks for each case of sw-check exception

2024-08-07 Thread Deepak Gupta
On Wed, Aug 07, 2024 at 01:27:22PM +1000, Richard Henderson wrote: On 8/7/24 10:06, 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 v3 18/20] target/riscv: add trace-hooks for each case of sw-check exception

2024-08-06 Thread Richard Henderson
On 8/7/24 10:06, 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/insn_trans

[PATCH v3 18/20] target/riscv: add trace-hooks for each case of sw-check exception

2024-08-06 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/insn_trans/trans_rvi.c.inc | 6 -- target/ris