Re: [RFC PATCH 2/7] accel/tcg: Split out adjust_signal_pc

2021-09-14 Thread Philippe Mathieu-Daudé
On 9/14/21 12:05 AM, Richard Henderson wrote: > Split out a function to adjust the raw signal pc into a > value that could be passed to cpu_restore_state. > > Signed-off-by: Richard Henderson > --- > include/exec/exec-all.h | 8 +++ > accel/tcg/user-exec.c | 50

[RFC PATCH 2/7] accel/tcg: Split out adjust_signal_pc

2021-09-13 Thread Richard Henderson
Split out a function to adjust the raw signal pc into a value that could be passed to cpu_restore_state. Signed-off-by: Richard Henderson --- include/exec/exec-all.h | 8 +++ accel/tcg/user-exec.c | 50 ++--- 2 files changed, 40 insertions(+), 18