Re: [PATCH v4 01/18] target/s390x: Add ilen to unwind data

2019-09-30 Thread David Hildenbrand
On 27.09.19 21:39, Richard Henderson wrote: > From: Richard Henderson > > Use ILEN_UNWIND to signal that we have in fact that cpu_restore_state > will have been called by the time we arrive in do_program_interrupt. > > Signed-off-by: Richard Henderson > --- > target/s390x/cpu.h | 4 +++-

[PATCH v4 01/18] target/s390x: Add ilen to unwind data

2019-09-27 Thread Richard Henderson
From: Richard Henderson Use ILEN_UNWIND to signal that we have in fact that cpu_restore_state will have been called by the time we arrive in do_program_interrupt. Signed-off-by: Richard Henderson --- target/s390x/cpu.h | 4 +++- target/s390x/interrupt.c | 5 - target/s390x/translat