On 04/07/2018 04:19 AM, Emilio G. Cota wrote: > Note: I looked into dropping dc->do_debug. However, I don't see > an easy way to do it given that TOO_MANY is also valid > when we just translate more than max_insns. Thus, the check > for do_debug in "case DISAS_PC_CC_UPDATED" would still need > additional state to know whether or not we came from > breakpoint_check. > > Acked-by: Cornelia Huck <coh...@redhat.com> > Reviewed-by: David Hildenbrand <da...@redhat.com> > Tested-by: David Hildenbrand <da...@redhat.com> > Cc: David Hildenbrand <da...@redhat.com> > Cc: Cornelia Huck <coh...@redhat.com> > Cc: Alexander Graf <ag...@suse.de> > Cc: qemu-s3...@nongnu.org > Signed-off-by: Emilio G. Cota <c...@braap.org> > --- > target/s390x/translate.c | 162 > +++++++++++++++++++++++------------------------ > 1 file changed, 80 insertions(+), 82 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~