Re: [PATCH v2 3/4] target/s390x: Remove DISAS_PC_STALE_NOCHAIN

2022-07-08 Thread David Hildenbrand
On 02.07.22 08:02, Richard Henderson wrote: > Replace this with a flag: exit_to_mainloop. > We can now control the exit for each of DISAS_TOO_MANY, > DISAS_PC_UPDATED, and DISAS_PC_CC_UPDATED, and fold in > the check for PER. > > Signed-off-by: Richard Henderson Reviewed-by: David Hildenbrand

[PATCH v2 3/4] target/s390x: Remove DISAS_PC_STALE_NOCHAIN

2022-07-01 Thread Richard Henderson
Replace this with a flag: exit_to_mainloop. We can now control the exit for each of DISAS_TOO_MANY, DISAS_PC_UPDATED, and DISAS_PC_CC_UPDATED, and fold in the check for PER. Signed-off-by: Richard Henderson --- target/s390x/tcg/translate.c | 21 +++-- 1 file changed, 11 insertion