Re: [PATCH v2 4/6] target/openrisc: Use cpu_unwind_state_data for mfspr

2022-10-28 Thread Richard Henderson
On 10/28/22 20:16, Claudio Fontana wrote: On 10/27/22 12:02, Richard Henderson wrote: Since we do not plan to exit, use cpu_unwind_state_data and extract exactly the data requested. Signed-off-by: Richard Henderson --- target/openrisc/sys_helper.c | 11 +-- 1 file changed, 9 inserti

Re: [PATCH v2 4/6] target/openrisc: Use cpu_unwind_state_data for mfspr

2022-10-28 Thread Claudio Fontana
On 10/27/22 12:02, Richard Henderson wrote: > Since we do not plan to exit, use cpu_unwind_state_data > and extract exactly the data requested. > > Signed-off-by: Richard Henderson > --- > target/openrisc/sys_helper.c | 11 +-- > 1 file changed, 9 insertions(+), 2 deletions(-) > > diff

[PATCH v2 4/6] target/openrisc: Use cpu_unwind_state_data for mfspr

2022-10-27 Thread Richard Henderson
Since we do not plan to exit, use cpu_unwind_state_data and extract exactly the data requested. Signed-off-by: Richard Henderson --- target/openrisc/sys_helper.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/target/openrisc/sys_helper.c b/target/openrisc/sys_hel